From 39b10f412ffbf93d9fb5d0bfa7257934d4030193 Mon Sep 17 00:00:00 2001 From: Tal Ater Date: Tue, 7 Jan 2014 22:51:46 +0200 Subject: [PATCH] You no longer need to call annyang.init() manually (but you can). You can now simply start() and addCommands() as often as you like, and let annyang worry about initialization. Bumped version to 1.1.0 - Fully backwards compatible with 1.0.0 --- README.md | 8 ++++---- annyang.js | 41 ++++++++++++++++++++++++++++++----------- annyang.min.js | 4 ++-- bower.json | 2 +- demo/index.html | 12 ++++++------ package.json | 2 +- sites/facebook.js | 2 +- sites/facebook.min.js | 6 +++--- sites/geektime.js | 2 +- sites/geektime.min.js | 6 +++--- 10 files changed, 52 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index f86d981..0c925f1 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Demo Usage ----- -It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/1.0.0/annyang.min.js) to your document, and defining the commands you want. +It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/1.1.0/annyang.min.js) to your document, and defining the commands you want. ````html - + +