From 5e809bed0138bef6ff3c86ad1a0e413b68159a7d Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 24 Oct 2021 11:26:26 +0700 Subject: [PATCH] Readme: Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e64fef7..86abb01a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

Minimal CSS Framework for semantic HTML
- Elegant styles for all natives HTML elements without .classes and dark mode automatically enabled.

+ Elegant styles for all native HTML elements without .classes and dark mode automatically enabled.

Examples ยท Documentation

@@ -22,7 +22,7 @@ https://user-images.githubusercontent.com/23470684/126863110-94061cf1-36ea-4697-94bd-2e1071a95a2f.mp4 **Class-light and semantic** -We use simple native HTML tags as much as possible. Only 6 .classes are used in Pico. +Pico uses simple native HTML tags as much as possible. Only 6 .classes are used in Pico. **Great styles with just one CSS file** No dependencies, package manager, external files, or JavaScript. @@ -172,7 +172,7 @@ All examples are open-sourced in [picocss/examples](https://github.com/picocss/e Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LICENSE.md). -**Relevant third party tools and resources we depend on:** +**Relevant third-party tools and resources we depend on:** Website and docs: - [TypeIt](https://typeitjs.com/): JavaScript animated typing utility (Licensed [GPL 2.0](https://github.com/alexmacarthur/typeit/blob/master/LICENSE))