summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Vasily Korytov2014-10-14 21:58:21 +0300
committerGravatar Vasily Korytov2014-10-14 21:58:21 +0300
commit5990ae95fa328cfef1fb23e713bc3b8ab886d4a2 (patch)
tree8cc5032b1ee7dae4f4eb30def08ec5187a7658c2
parent82098c569cfc1362238a2d1e5322886ba765766a (diff)
downloadnginx-mode-5990ae95fa328cfef1fb23e713bc3b8ab886d4a2.tar.gz
nginx-mode-5990ae95fa328cfef1fb23e713bc3b8ab886d4a2.zip
more docs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 068cf1c..ee68dc9 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,10 @@ Licensed under the [GPL version 3](http://www.gnu.org/licenses/) or later.
This is a quick mode for editing Nginx config files, as I didn't find
anything else around that did quite this much.
-Many thanks to the authors of puppet-mode.el, from where I found a
+Many thanks to the authors of `puppet-mode.el`, from where I found a
useful indentation function that I've modified to suit this situation.
-Put this file into your load-path and the following into your `~/.emacs`:
+Put this file into your `load-path` and the following into your `~/.emacs`:
```lisp
(require 'nginx-mode)
```