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 0e9866f commit cf31cdaCopy full SHA for cf31cda
packages/sdk/README.md
@@ -55,7 +55,7 @@ For example:
55
56
```bash
57
cd your_project_directory
58
-echo `nodejs 22.10.0` >> `.tool-versions` # Please reference the latest version being used in the Pipedream public repo
+echo "nodejs 22.10.0" >> .tool-versions # Please reference the latest version being used in the Pipedream public repo
59
```
60
61
Then, in your local project, run
0 commit comments