Skip to content

Commit cd15b37

Browse files
authored
docs: Revert changes to the readme on Gitpod (ignite#1349)
v0.17 hasn't been released yet, so it's early to change the readme.
1 parent 4fb65a7 commit cd15b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ In this browser-based development environment, the terminal window is in the low
99
To create a blockchain and start a node in development:
1010

1111
```
12-
starport scaffold chain github.com/user/hello
12+
starport app github.com/user/hello
1313
1414
cd hello
1515
16-
starport chain serve
16+
starport serve
1717
```
1818

1919
## Next steps

0 commit comments

Comments
 (0)