Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more docs
  • Loading branch information
Vasily Korytov committed Oct 14, 2014
commit 5990ae95fa328cfef1fb23e713bc3b8ab886d4a2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down