We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc780c commit 5f7cbfaCopy full SHA for 5f7cbfa
CONTRIBUTING.md
@@ -1,6 +1,6 @@
1
## Setting up the environment
2
3
-This repository uses [`yarn@v1`](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable).
+This repository uses [`yarn@v1`](https://classic.yarnpkg.com/lang/en/docs/install).
4
Other package managers may work but are not officially supported for development.
5
6
To set up the repository, run:
@@ -29,10 +29,10 @@ All files in the `examples/` directory are not modified by the generator and can
29
…
30
```
31
32
-```
33
-chmod +x examples/<your-example>.ts
+```sh
+$ chmod +x examples/<your-example>.ts
34
# run the example against your api
35
-yarn tsn -T examples/<your-example>.ts
+$ yarn tsn -T examples/<your-example>.ts
36
37
38
## Using the repository from source
0 commit comments