From 251ca9e5b2007431b9be13687aebb46cbd34f51a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 9 Apr 2015 11:46:29 -0400 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2485e6f..c4a1fe4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ npm install ractive-events-tap ## Use as a module... -**Note: previous versions of this plugin would 'self-register'. If you are using a module system such as Browserify, Webpack or RequireJS, that's no longer the case - you must explicitly register the plugin. +**Note: previous versions of this plugin would 'self-register'. If you are using a module system such as Browserify, Webpack or RequireJS, that's no longer the case - you must explicitly register the plugin.** ### CommonJS @@ -97,4 +97,4 @@ If you include ractive-events-tap as a script tag, it will 'self-register' with ## License -MIT \ No newline at end of file +MIT