Browse Source

A small one-letter correction

Sorry for the one-letter push, was just reading the README
François Gallois 2 years ago
parent
commit
644f8aa15b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ zigup clean [<version>]
 # mark a compiler to keep
 zigup keep <version>
 
-# run a specific version of the copmiler
+# run a specific version of the compiler
 zigup run <version> <args>...
 ```