From 9d594da89ebe173c1fc4b925dc43b2835e6b66b8 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Tue, 11 Apr 2023 20:16:14 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d95e3a43..73756862 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ There are 4 ways to get started with pico.css: **Install manually** -[Download Pico](https://github.com/picocss/pico/archive/refs/heads/master.zip) and link `/css/pico.min.css` in the `` of your website. +[Download Pico](https://github.com/picocss/pico/archive/refs/heads/v2.zip) and link `/css/pico.min.css` in the `` of your website. ```html @@ -54,7 +54,7 @@ There are 4 ways to get started with pico.css: **Install from CDN** -Alternatively, you can use [unpkg CDN](https://unpkg.com/@picocss/pico@latest/) to link pico.css. +Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css. ```html @@ -107,7 +107,7 @@ Then just write pure HTML, and it should look great: Hello, world!