8000 fixed checkout command at the end of step 1 in README.md · cethap/sdk-node-tutorial@03f0b46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03f0b46

Browse files
committed
fixed checkout command at the end of step 1 in README.md
1 parent 62cd801 commit 03f0b46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,14 @@ try {
123123
That's it for step 1.
124124

125125

126-
If you want to get the code from step 1, just run the following command to get to step 2 :
126+
If you want to get the code from step 1, just run the following command:
127127

128128
```sh
129-
$ git checkout step-2 --force
129+
$ git checkout step-1 --force
130130
```
131131

132132
Note that any change you made will be discarded and replaced by the code shown in this tutorial (except for your config.js file, that is ignored and will remain there).
133133

134134
**step-2** Adding a state token retrieval endpoint server-side
135135

136+

0 commit comments

Comments
 (0)
0