Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Aug 26, 2013
1 parent b49bb9b commit 2552aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package in [Melpa][melpa], you'll need to add the directory containing
`ac-emmet.el` to your `load-path`, and then `(require 'ac-emmet)`.

`ac-emmet` provides an `emmet`-specific completion source,
so `auto-complete` needs to be told to use them when `emmet-mode` is
so `auto-complete` needs to be told to use them when `ac-emmet` is
active. To do this, put the following code in your emacs init file to

(require 'ac-emmet) ;; Not necessary if using ELPA package
Expand Down

0 comments on commit 2552aff

Please sign in to comment.