summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-24 13:47:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-24 13:47:29 +0100
commitd3785b5042d5cb8699e1b1748317d7032ad3575d (patch)
tree69cba4d4ce6a7417d6a525dcda7613a987a4e856 /js/vendor/js-url/README.md
parentaf24d44c8344cbfcdc1d167af6b8c0ebd1fbd377 (diff)
update npm and bower deps
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/`.