diff --git a/README.md b/README.md index dcf8698..17fffec 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Copy this repository's functions/spawn.fish to your .config/fish/functions/ fold ## Usage * `spawn Makefile` spawns the `Makefile` template in your current directory. -* `spawn raedme README` spawns the `raedme` template in your current directory as `README`. +* `spawn raedme README` spawns the `readme` template in your current directory as `README`. * `spawn -a .gitignore` adds the file `.gitignore` in your current directory as a template by the same name. * `spawn -a Gemfile gf` adds the file `Gemfile` in your current directory as a template by the name of `gf`. * `spawn -d main.c` removes the `main.c` template.