From 1a82593c674f5fda105c3e431aa9c6360ecd1d7e Mon Sep 17 00:00:00 2001 From: Tobias Fuchs Date: Fri, 26 Oct 2018 10:27:52 +0200 Subject: [PATCH] fixed missspelled readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.