diff --git a/README.md b/README.md index 4944ad5..4e03668 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The main objectives are: Sure, you can find autocompleters out there for all your favorite commands. However, they are very specific and each one may offer a different learning curve. -Or you can launch and browser and search for instructions on Google, but that takes some time. +Or you can launch a browser and search for instructions on Google, but that takes some time. **navi**, on the other hand, intends to be a general purpose platform for bookmarking any command at a very low cost. @@ -61,6 +61,10 @@ Alternatively, you can set an environment variable in your `.bashrc`-like file: export NAVI_DIR="/folder/with/cheats" ``` +## Submitting cheatsheets + +Feel free to fork this project and open a PR for me to include your contributions. + ## .cheat syntax - lines starting with `%` should contain tags which will be added to any command in a given file;