diff --git a/README.md b/README.md index 703bee3..551fd7f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To do so, add the folloing to your `.emacs` file: ```lisp (load "~/.emacs.d/jsfmt") (add-to-list 'auto-mode-alist '(\"\\.ast$\" . (lambda() - (jsfmt-ast-mode) + (jsfmt-ast) (js-mode))))" ```