Skip to content

Commit d5909f8

Browse files
committed
Added Bower section.
1 parent b025b86 commit d5909f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ The official ArangoDB low-level JavaScript client for node.js and browsers.
1212
npm install arangojs
1313
```
1414

15+
## With Bower
16+
17+
```sh
18+
bower install arangojs
19+
```
20+
1521
## Browser
1622

17-
This CommonJS module is compatible with browserify.
23+
This CommonJS module is compatible with [browserify](http://browserify.org).
1824

1925
If you don't want to use browserify, you can simply use the AMD-compatible [browserify bundle](https://raw.githubusercontent.com/arangodb/arangojs/master/dist/arango.all.min.js) (~42 kB minified, ~10 kB gzipped) which includes all required dependencies ([extend](https://npmjs.org/package/extend) and [xhr](https://npmjs.org/package/xhr)).
2026

0 commit comments

Comments
 (0)