]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Change the wiki link
[gnu-emacs-elpa] / README.md
index e605dae868c9a021be2e7fd431116735ac73750f..833c79859f7abb3ffa713ca7c9bc534697993ad4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@ Description
 
 An improved JavaScript mode for GNU Emacs. Forked from <http://code.google.com/p/js2-mode/>.
 
-For some of the user-visible changes, see
-[Changes from the original mode](https://github.com/mooz/js2-mode/wiki/Changes-from-the-original-mode).
+For some of the latest changes, see [latest user-visible changes](https://github.com/mooz/js2-mode/wiki/Latest-user-visible-changes).
 
 Installation
 ======
@@ -16,7 +15,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))