diff options
Diffstat (limited to 'documentation/USAGE.md')
| -rw-r--r-- | documentation/USAGE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/USAGE.md b/documentation/USAGE.md index c3f97ae..ec2bbc9 100644 --- a/documentation/USAGE.md +++ b/documentation/USAGE.md @@ -9,7 +9,7 @@ I love Deno. URL imports are cool. Anyhoo, you can do the same with uchū: ## Pure -If you're coding a website by hand, you probably want to use the reduced palette. Or not, whatever. +If you’re coding a website by hand, you probably want to use the reduced palette. Or not, whatever. ```html <!DOCTYPE html> @@ -39,7 +39,7 @@ If you're coding a website by hand, you probably want to use the reduced palette ## Svelte/SvelteKit -If you're coding a web app, you probably want to use the expanded palette. Or not, whatever. +If you’re coding a web app, you probably want to use the expanded palette. Or not, whatever. ```svelte <script lang="ts"> |