Skip to content

Commit b04cb17

Browse files
authored
Update accessing-context.md
the order of the two commands when cloning the repo and then starting the services is corrected
1 parent 73ac08d commit b04cb17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/accessing-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ clone the repository and create the necessary images by running the commands as
225225
```bash
226226
#!/bin/bash
227227
git clone https://github.com/FIWARE/tutorials.Accessing-Context.git
228-
git checkout NGSI-v2
229228
cd tutorials.Accessing-Context
229+
git checkout NGSI-v2
230230

231231
./services create; ./services start;
232232
```

0 commit comments

Comments
 (0)