]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
you -> your
[gnu-emacs-elpa] / README.md
index e67a00a5e68fc264369904150386bd8a51f0cc9f..a8f5ac8eccd4fee3371ed011b209a274315e275b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Installation
 
 Then put js2-mode.elc into your site-lisp directory.
 
-In you emacs config:
+In your emacs config:
 
     (autoload 'js2-mode "js2-mode" nil t)
     (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
@@ -27,8 +27,7 @@ additional details.
 Emacs 22 and 23
 ===============
 
-This version requires Emacs 24. For backwards-compatible version, check out [the
-`master` branch](https://github.com/mooz/js2-mode/tree/master).
+This version requires Emacs 24. For backwards-compatible version, check out the [`master` branch](https://github.com/mooz/js2-mode/tree/master).
 
 Bugs
 ====