Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit b845be0

Browse files
Merge pull request #161 from grifotv/patch-1
Fix markdown link syntax
2 parents 3b09ee7 + d1fc0ec commit b845be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/images/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Steps I followed
22

33
* Took `Snowflake.png` and used
4-
(http://ticons.fokkezb.nl/)[http://ticons.fokkezb.nl/] to generate
4+
[http://ticons.fokkezb.nl/](http://ticons.fokkezb.nl/) to generate
55
splash images.
66

77
* Followed steps here:
8-
(http://stackoverflow.com/questions/34027270/ios-launch-screen-in-react-native)[http://stackoverflow.com/questions/34027270/ios-launch-screen-in-react-native]
8+
[http://stackoverflow.com/questions/34027270/ios-launch-screen-in-react-native](http://stackoverflow.com/questions/34027270/ios-launch-screen-in-react-native)
99

1010
* Took `Snowflake.png` and used
11-
(https://makeappicon.com/)[https://makeappicon.com/]
11+
[https://makeappicon.com/](https://makeappicon.com/)
1212

1313
* Saved `SnowflakeFromAppIcon.zip` to here
1414

0 commit comments

Comments
 (0)