summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2016-01-25 17:35:14 +0900
committerDaiki Ueno <ueno@gnu.org>2016-01-25 17:35:30 +0900
commit34132bae3c8af1fa2b3dea31e7146950169ea6d4 (patch)
tree4eb3b31704434114a253cfb96a78ef9d003c94bd
parent79f77aa445d9916aa5507fd76c1e99245ab9d9bd (diff)
README.md: Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8cfc7f..69532eb 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Install
------
* `M-x package-install gnome-c-style`
-* Add the following lines to `~/.emacs.d/init.el`:
+* Add the following line to `~/.emacs.d/init.el`:
```
(add-hook 'c-mode-hook 'gnome-c-style-mode)