Skip to content

Commit 9342d1e

Browse files
committed
Rename Images -> Examples
1 parent 5ca173e commit 9342d1e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The implementation is based on a port of [danielalvsaaker](https://github.com/da
1515
StaticMap(center: .init(latitude: 51.5, longitude: 0))
1616
```
1717

18-
![Simple Map](Images/SimpleMap.png)
18+
![Simple Map](Examples/SimpleMap.png)
1919

2020
### Pins with a Central Location
2121

@@ -32,7 +32,7 @@ StaticMap(
3232
)
3333
```
3434

35-
![Centered Pins](Images/CenteredPins.png)
35+
![Centered Pins](Examples/CenteredPins.png)
3636

3737
### Freely Positioned Pins
3838

@@ -48,7 +48,7 @@ StaticMap(
4848
)
4949
```
5050

51-
![Free Pins](Images/FreePins.png)
51+
![Free Pins](Examples/FreePins.png)
5252

5353
### Labelled Pins
5454

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

65-
![LabelledPins](Images/LabelledPins.png)
65+
![LabelledPins](Examples/LabelledPins.png)

Scripts/regenerate-images renamed to Scripts/regenerate-examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ cd "$(dirname "$0")/.."
55

66
for snippet_path in Snippets/*.swift; do
77
snippet="$(basename "$snippet_path" .swift)"
8-
swift run $snippet Images/$snippet.png
8+
swift run $snippet Examples/$snippet.png
99
done

0 commit comments

Comments
 (0)