Skip to content

Commit 9b27e3f

Browse files
author
Onur YILDIRIM
committed
updated readme
1 parent 9942f6c commit 9b27e3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
**Direct Download:**
2323
[Full Version][uncompressed] 13KB *(3.5KB gzipped)*, [Minified Version][compressed] 4KB *(1.8KB gzipped)*
2424

25+
**Install via Bower**:
26+
```shell
27+
bower install geolocator
28+
```
29+
2530
**Install via NPM**:
2631
```shell
2732
npm install geolocator
@@ -180,6 +185,7 @@ Provides the recent geo-location information.
180185
- Revision: Removed the `sensor` parameter from Goole Maps loader, since it's not required anymore.
181186
- Revision: Bumped *Google Maps* version to `3.18`.
182187
- Revision: Created [NPM package][npm-package].
188+
- Revision: Created [Bower package][npm-package].
183189

184190
**version 1.2.6**
185191
- Revision: The recent `Error` or `PositionError` (HTML5) is passed to error callbacks instead of `String` error message. See updated documentation. Fixes issue [#7](https://github.com/onury/geolocator/issues/7). *(This shouldn't be a breaking-change but do test your app if you decide to upgrade.)*
@@ -214,3 +220,4 @@ Provides the recent geo-location information.
214220
[demo]: http://rawgit.com/onury/geolocator/master/example/index.html
215221
[example-img]: https://raw.github.com/onury/geolocator/master/screenshots/geolocator-example.jpg
216222
[npm-package]: https://www.npmjs.com/package/geolocator
223+
[npm-package]: https://www.npmjs.com/package/geolocator

0 commit comments

Comments
 (0)