summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/js-url/README.md')
-rw-r--r--js/vendor/js-url/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/vendor/js-url/README.md b/js/vendor/js-url/README.md
index 7a284d958..d9d868c6f 100644
--- a/js/vendor/js-url/README.md
+++ b/js/vendor/js-url/README.md
@@ -11,6 +11,13 @@ Also available for Node.js.
* [On GitHub as node-url](https://github.com/websanova/node-url)
* [On Npm as wurl](https://www.npmjs.com/package/wurl)
+
+## Bower Install
+
+```
+> bower install js-url
+```
+
## Notes
For path(1) and path(-1) will always act as if the path is in the form `/some/path/` regardless of whether the original path was `/some/path` or `some/path/`.