Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-01-14 22:42:56 +0300
committerChris Rebert <github@rebertia.com>2015-01-14 22:42:56 +0300
commit25f2d2b84f05f08792382ac71d4a4c744bfd0ac5 (patch)
tree864e7a9aaf2a29448a6ecfe623b825d904e138af /README.md
parent664d3dee108019f943e3e5d1c950406cd827876d (diff)
Add installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ff6d33..2b183b1 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,11 @@ Obviously, this requires JavaScript to be enabled in the browser, and would defa
[hover-pseudo]: https://developer.mozilla.org/en-US/docs/Web/CSS/:hover
+## Installation
+
+* Via npm: `npm install mq4-hover-hover-shim`
+* Via jspm: `jspm install mq4-hover-hover-shim`
+
## Client-side dependencies
The browser-side portion of the shim depends on jQuery for firing events. Pull requests to add support for other browser event libraries would be welcomed.