fix a minor issue in mkdir/touch paths

This commit is contained in:
Raoul
2023-04-14 14:02:52 +03:00
committed by Jon Häggblad
parent 9f4ef6842b
commit c81f6962d7
@@ -233,8 +233,8 @@ function displayJsonSend(message) {
Lets add the finishing touches to the UI by adding in the stylesheet which we specified at the top of `index.html`:
```
mkdir -p src/assets
touch src/assets/styles.css
mkdir -p assets
touch assets/styles.css
# grab the stylesheet from the remote repo and save it to the newly created css file
curl https://raw.githubusercontent.com/nymtech/developer-tutorials/main/simple-service-provider-tutorial/user-client/assets/styles.css -o assets/styles.css