diff --git a/README.md b/README.md index 588f34f5..083b4dae 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,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/tags/v1.5.9.zip) and link `/css/pico.min.css` in the `` of your website. ```html diff --git a/docs/index.html b/docs/index.html index a4542741..38548f03 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Documentation • Pico CSS

Usage

Works without package manager or dependencies 🙂!

There are 4 ways to get started with Pico CSS:

Install manually

Download Pico and link /css/pico.min.css in the <head> of your website.

<link rel="stylesheet" href="css/pico.min.css">

Install from CDN

Alternatively, you can use jsDelivr CDN to link pico.css

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">

Install with NPM

npm install @picocss/pico

Install with Composer

composer require picocss/pico

Starter HTML template:

<!doctype html>
+Documentation • Pico CSS

Usage

Works without package manager or dependencies 🙂!

There are 4 ways to get started with Pico CSS:

Install manually

Download Pico and link /css/pico.min.css in the <head> of your website.

<link rel="stylesheet" href="css/pico.min.css">

Install from CDN

Alternatively, you can use jsDelivr CDN to link pico.css

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">

Install with NPM

npm install @picocss/pico

Install with Composer

composer require picocss/pico

Starter HTML template:

<!doctype html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
diff --git a/docs/src/index.html b/docs/src/index.html
index 9dcc78c3..c56fb24b 100644
--- a/docs/src/index.html
+++ b/docs/src/index.html
@@ -22,7 +22,7 @@
           
           

There are 4 ways to get started with Pico CSS:

Install manually

-

Download Pico and link /css/pico.min.css in the <head> of your website.

+

Download Pico and link /css/pico.min.css in the <head> of your website.

<link rel="stylesheet" href="css/pico.min.css">

Install from CDN

Alternatively, you can use jsDelivr CDN to link pico.css