diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-25 12:43:18 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-25 12:43:18 -0700 |
| commit | cbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd (patch) | |
| tree | 8040af555bbb9645b2d7658d568af144a12ee5f3 /documentation/USAGE.md | |
| parent | c02e1ef88dcba5841ffdf0d6f09a4f7cf5266ce1 (diff) | |
| download | uchu-cbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd.tar.gz uchu-cbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd.zip | |
updates README to match new scoped package name
- further updates to documentation I forgot to do
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"> |