Skip to content

Commit ed2155d

Browse files
authored
Update README.md
Fixed image paths
1 parent f51de89 commit ed2155d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let snappingLayout = SnappingLayout()
6565
snappingLayout.snapPosition = .left
6666
```
6767

68-
![left](https://github.com/getmimo/SnappingLayout/tree/master/readmeImages/left.gif)
68+
![left](readmeImages/left.gif)
6969

7070
### Center
7171

@@ -76,7 +76,7 @@ let snappingLayout = SnappingLayout()
7676
snappingLayout.snapPosition = .center
7777
```
7878

79-
![center](https://github.com/getmimo/SnappingLayout/tree/master/readmeImages/center.gif)
79+
![center](readmeImages/center.gif)
8080

8181
### Right
8282

@@ -87,7 +87,7 @@ let snappingLayout = SnappingLayout()
8787
snappingLayout.snapPosition = .right
8888
```
8989

90-
![right](https://github.com/getmimo/SnappingLayout/tree/master/readmeImages/right.gif)
90+
![right](readmeImages/right.gif)
9191

9292

9393
## Author

0 commit comments

Comments
 (0)