Browse Source

Fix of the directory name (#604)

Fix of the default directory name used in the examples
jkotalik/fixAzureFunctions
Angelo Luis Rodrigues Da Silva 6 years ago
committed by GitHub
parent
commit
f412dff9d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/tutorials/hello-tye/02_add_redis.md

2
docs/tutorials/hello-tye/02_add_redis.md

@ -99,7 +99,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r
5. Run the `tye` command line in the solution root
> :bulb: Make sure your command-line is in the `microservices/` directory. One of the previous steps had you change directories to edit a specific project.
> :bulb: Make sure your command-line is in the `microservice/` directory. One of the previous steps had you change directories to edit a specific project.
```
tye run

Loading…
Cancel
Save