Skip to content

Commit

Permalink
issue info in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
osv committed Sep 30, 2015
1 parent 4ec0593 commit 3c18802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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 @@ When you edit your .html(.jade, .haml, .slim) file exec `M-x ac-html-bootstrap+`
or `M-x company-web-bootstrap+` to enable twitter bootstrap completion.
If you want Font Awesome: `M-x ac-html-fa+` or `M-x company-web-fa+`

Note: Font Awesome completion only available for <i> tag
Note: Font Awesome completion only available for `<i>` tag

## ISSUES

Expand Down
5 changes: 5 additions & 0 deletions ac-html-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
;; Install `ac-html' for `auto-complete' completion framework
;; or `company-web' if you are using `company' framework.
;;
;; For `ac-html' users: Since ac-html 0.4 is alpha stage, and not
;; stable yet. This package works with ac-html 0.3 series, if you are
;; using ac-html 0.4 series, you may downgrade ac-html aka reinstall
;; from melpa-stable. `ac-html' 0.4 will be supported in the future.
;;
;; Usage:
;;
;; Use `ac-html-bootstrap+' or `company-web-bootstrap+'
Expand Down

0 comments on commit 3c18802

Please sign in to comment.