From 8ba5740b8a1a38435fcf3b29cce631f379259751 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 23 Apr 2023 11:23:51 +0700 Subject: [PATCH] chore: update jsdelivr links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73756862..b7001ce2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ There are 4 ways to get started with pico.css: Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css. ```html - + ``` **Install with NPM** @@ -85,7 +85,7 @@ In this version, `header`, `main` and `footer` act as containers. Use the default `.classless` version if you need centered viewports: ```html - + ``` Or use the `.fluid.classless` version if you need a fluid container: @@ -93,7 +93,7 @@ Or use the `.fluid.classless` version if you need a fluid container: ```html ``` @@ -107,7 +107,7 @@ Then just write pure HTML, and it should look great: Hello, world!