Skip to content

Commit 232b5e2

Browse files
committed
docs: styling
1 parent dcc8060 commit 232b5e2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![image](https://i.imgur.com/sa5z3DR.gif)
44

5-
### featuring
5+
### Featuring
66

77
- iOS
88
- Android
@@ -12,13 +12,13 @@
1212
- Jest
1313
- Eslint
1414

15-
### install brew
15+
### Install brew
1616

1717
```sh
1818
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
1919
```
2020

21-
### install dependencies
21+
### Install dependencies
2222

2323
```sh
2424
brew install node
@@ -27,7 +27,7 @@ sudo gem install cocoapods
2727
npm i -g yarn
2828
```
2929

30-
### install code
30+
### Install code
3131

3232
```sh
3333
git clone [email protected]:ethanneff/react-native-web-typescript.git
@@ -37,7 +37,7 @@ cd ios
3737
pod install
3838
```
3939

40-
### run
40+
### Run
4141

4242
```sh
4343
yarn ios
@@ -51,19 +51,19 @@ yarn android
5151
yarn web
5252
```
5353

54-
### lint
54+
### Lint
5555

5656
```sh
5757
yarn lint
5858
```
5959

60-
### test
60+
### Test
6161

6262
```sh
6363
yarn test
6464
```
6565

66-
### deploy
66+
### Deploy
6767

6868
```sh
6969
yarn build

0 commit comments

Comments
 (0)