We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e108 commit 40b0c74Copy full SHA for 40b0c74
CONTRIBUTING.md
@@ -20,7 +20,7 @@ It’s also recommended you have [ESLint][eslint] installed and set up correctly
20
> ```
21
> git remote add upstream https://github.com/drwpow/openapi-typescript.git
22
> git fetch upstream
23
-> git branch --set-upstream-to=upstream/master master
+> git branch --set-upstream-to=upstream/main main
24
25
>
26
> This will add the original repository as a "remote" called "upstream," Then fetch the git information from that
0 commit comments