Skip to content

Commit f22be34

Browse files
committed
update docs
1 parent fc85025 commit f22be34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Make sure you have your environment setup : https://facebook.github.io/react-nat
2828

2929
```scala
3030

31-
sbt new scalajs-react-universe/mobile.g8
31+
sbt new scalajs-react-interface/mobile.g8
3232

3333
//it will ask for your project name and package, enter them and continue
3434

@@ -61,7 +61,7 @@ npm start
6161

6262
```scala
6363

64-
sbt new scalajs-react-universe/mobile.g8 -b tab-navigation
64+
sbt new scalajs-react-interface/mobile.g8 -b tab-navigation
6565

6666
//it will ask for your project name and package, enter them and continue
6767

@@ -96,7 +96,7 @@ npm start
9696

9797
```scala
9898

99-
sbt new scalajs-react-universe/mobile.g8 -b drawer-navigation
99+
sbt new scalajs-react-interface/mobile.g8 -b drawer-navigation
100100

101101
//it will ask for your project name and package, enter them and continue
102102

0 commit comments

Comments
 (0)