From 26ac3ca73077301e1e24355bb486afd5db5f2003 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 9 Aug 2014 11:58:56 -0400 Subject: [PATCH] add note about version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88e63c1..703bee3 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ Add the following to `~/.emacs` to run `jsfmt` before saving file: ``` ### AST loading/saving -`jsfmt` allows for saving/reading files as AST json files. To support this `jsfmt.el` offers -a way to load `.ast` files as javascript and then save the javascript back to an AST on save. +`jsfmt` (as of version `0.4.0`) allows for saving/reading files as AST json files. To support +this `jsfmt.el` offers a way to load `.ast` files as javascript and then save the javascript +back to an AST on save. To do so, add the folloing to your `.emacs` file: ```lisp