diff --git a/README.md b/README.md index 0234e2f3..cdc71098 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ jquery.js linguist-vendored=false Alternatively, you can use Vim and Emacs style modelines to set the language for a single file. Modelines can be placed anywhere within a file and are respected when determining how to syntax-highlight a file on GitHub.com ``` -Vim-style +Vim vim: set filetype=prolog: vim: set ft=cpp: -Emacs-style +Emacs -*- mode: php;-*- ```