Skip to content

Commit 03bab20

Browse files
committed
✏️ fix some typos
1 parent 6353e28 commit 03bab20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GraphHopperRouting.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.version = '1.0.0'
44
s.license = 'MIT'
55
s.homepage = 'https://github.com/rmnblm/GraphHopperRouting'
6-
s.summary = '🔍 The GraphHopper Routing API wrapped in an easy-to-use Swift framework. '
6+
s.summary = '🗺 The GraphHopper Routing API wrapped in an easy-to-use Swift framework.'
77
s.authors = {
88
'rmnblm' => '[email protected]',
99
'iphilgood' => '[email protected]'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pod 'GraphHopperRouting'
1818

1919
Then run the following command:
2020

21-
```
21+
```
2222
$ pod install
2323
```
2424

@@ -51,7 +51,7 @@ let points = [
5151
]
5252
```
5353

54-
Configure the route options
54+
Configure the route options
5555

5656
``` swift
5757
let options = RouteOptions(points)
@@ -102,4 +102,4 @@ This project is released under the [MIT license](LICENSE).
102102

103103
<img src="images/HSRLogo.png" width="184" />
104104

105-
The GraphHopper Geocoder Swift Framework is crafted with :heart: by [@rmnblm](https://github.com/rmnblm) and [@iphilgood](https://github.com/iphilgood) during the Bachelor thesis at [HSR University of Applied Sciences](https://www.hsr.ch) in Rapperswil.
105+
The GraphHopper Routing Swift Framework is crafted with :heart: by [@rmnblm](https://github.com/rmnblm) and [@iphilgood](https://github.com/iphilgood) during the Bachelor thesis at [HSR University of Applied Sciences](https://www.hsr.ch) in Rapperswil.

0 commit comments

Comments
 (0)