Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

readme is misspelled here, but consistently, so that it still works. I'm all for correctly spelling it, but in that case we need to change the first occurrence as well, like this.

Suggested change
* `spawn raedme README` spawns the `readme` template in your current directory as `README`.
* `spawn readme 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.
Expand Down