Skip to content

Commit 5ca173e

Browse files
committed
Update examples
1 parent 23a3f2d commit 5ca173e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ StaticMap(center: .init(latitude: 51.5, longitude: 0))
1717

1818
![Simple Map](Images/SimpleMap.png)
1919

20-
### Centered Pins
20+
### Pins with a Central Location
2121

2222
```swift
2323
StaticMap(
@@ -34,7 +34,7 @@ StaticMap(
3434

3535
![Centered Pins](Images/CenteredPins.png)
3636

37-
### Free Pins
37+
### Freely Positioned Pins
3838

3939
```swift
4040
StaticMap(
@@ -50,7 +50,7 @@ StaticMap(
5050

5151
![Free Pins](Images/FreePins.png)
5252

53-
### Labels
53+
### Labelled Pins
5454

5555
```swift
5656
StaticMap(
@@ -62,4 +62,4 @@ StaticMap(
6262
)
6363
```
6464

65-
![Labels](Images/Labels.png)
65+
![LabelledPins](Images/LabelledPins.png)
File renamed without changes.

0 commit comments

Comments
 (0)