Skip to content

Commit b3bcdd2

Browse files
authored
improve
improve
1 parent 802c0b1 commit b3bcdd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ We create seperate branches for different templates which have different feature
1313
- fits for external use too
1414

1515
### How to start
16-
You can use git command to clone the branches you want. For example, if you wanna get react-isomorphic, you can type the following command:
16+
You can use git command to clone the branches you want. For example, if you wanna get `react`, you can type the following command:
1717

1818
```
19-
git clone https://github.com/SteamerTeam/steamer-react.git -b react-isomorphic
19+
git clone https://github.com/SteamerTeam/steamer-react.git -b react
2020
```
2121

2222
If you only need the latest files with git function, you can add `--depth` option for your command:
2323

2424
```
25-
git clone https://github.com/SteamerTeam/steamer-react.git -b react-isomorphic --depth=1
25+
git clone https://github.com/SteamerTeam/steamer-react.git -b react --depth=1
2626
```
2727

2828
### Credit To

0 commit comments

Comments
 (0)