File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## Setting up the environment
22
3- This repository uses [ ` yarn@v1 ` ] ( https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable ) .
3+ This repository uses [ ` yarn@v1 ` ] ( https://classic.yarnpkg.com/lang/en/docs/install ) .
44Other package managers may work but are not officially supported for development.
55
66To set up the repository, run:
@@ -29,10 +29,10 @@ All files in the `examples/` directory are not modified by the generator and can
2929…
3030```
3131
32- ```
33- chmod +x examples/<your-example>.ts
32+ ``` sh
33+ $ chmod +x examples/< your-example> .ts
3434# run the example against your api
35- yarn tsn -T examples/<your-example>.ts
35+ $ yarn tsn -T examples/< your-example> .ts
3636```
3737
3838## Using the repository from source
You can’t perform that action at this time.
0 commit comments