Skip to content

Commit 264f0e3

Browse files
authored
Merge pull request allenhwkim#823 from angelayanpan/url-update
ReadMe url update
2 parents b0f5922 + cef1cf5 commit 264f0e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ GoogleMap AngularJS Directive
1111
[Custom Marker](https://rawgit.com/allenhwkim/angularjs-google-maps/master/testapp/custom-marker-2.html)
1212

1313
If you like this, you also may like these;
14-
* [ng2-map](https://github.com/ng2-ui/ng2-maps) Google Maps Wrapper for Angular 2+
14+
* [ng2-map](https://github.com/ng2-ui/map) Google Maps Wrapper for Angular 2+
1515
* [react-openlayers](https://github.com/allenhwkim/react-openlayers) React + OpenLayers
1616

1717
Background
1818
-----------------
1919
There is already [one](https://github.com/nlaplante/angular-google-maps) for this. However, I found myself doing totally different approach than the existing one, such as;
2020

2121
1. **Everything in tag and attributes.**
22-
Thus, basic users don't even have to know what Javascript is.
22+
Thus, basic users don't even have to know what Javascript is.
2323

2424
2. **Expose all original Google Maps V3 api to the user.**
25-
No hiding, no wraping, or whatsoever.
25+
No hiding, no wraping, or whatsoever.
2626
By doing so, programmers don't need to learn how to use this module.
2727
You only need to know Google Maps V3 API.
2828

2929
There is a blog that introduces this module. The title of it is '[Google Map As The Simplest Way](http://allenhwkim.tumblr.com/post/70986888283/google-map-as-the-simplest-way)'
3030

3131
To Get Started
3232
--------------
33-
For Bower users,
33+
For Bower users,
3434

3535
`$ bower install ngmap`
3636

@@ -54,7 +54,7 @@ To get the map instance use the `NgMap.getMap()` function
5454
});
5555
});
5656

57-
For npm users,
57+
For npm users,
5858

5959
`$ npm install ngmap`
6060

@@ -76,7 +76,7 @@ Lazy Loading of Google Maps Javascript
7676
map-lazy-load-params="{{googleMapsUrl}}">
7777
<ng-map center="41,-87" zoom="3"></ng-map>
7878
</div>
79-
79+
8080
FAQ
8181
----
8282
## Grey area in Google maps
@@ -113,7 +113,7 @@ You use getDirections() or directions, then calculate the distance from there. e
113113

114114
Distance:
115115
{{map.directionsRenderers[0].directions.routes[0].legs[0].distance}}
116-
116+
117117
Directives
118118
----------
119119

0 commit comments

Comments
 (0)