From 89b0696fbfe9c9a2c8ea7eebfa930dd87ab5a10d Mon Sep 17 00:00:00 2001 From: Graeme Wicksted Date: Tue, 7 Jan 2014 12:15:55 -0500 Subject: [PATCH] Update README.md to fix default .nanorc typo sh.nanorc does not exist, bash.nanorc does --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2a3fc..78c715e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ then simply add the different \*.nanorc files that you want to use to your `~/.n include "~/.nano/python.nanorc" ## Bourne shell scripts - include "~/.nano/sh.nanorc" + include "~/.nano/bash.nanorc" ## CSS include "~/.nano/css.nanorc"