Skip to content

Commit cf31cda

Browse files
committed
Fixing one command
1 parent 0e9866f commit cf31cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For example:
5555

5656
```bash
5757
cd your_project_directory
58-
echo `nodejs 22.10.0` >> `.tool-versions` # Please reference the latest version being used in the Pipedream public repo
58+
echo "nodejs 22.10.0" >> .tool-versions # Please reference the latest version being used in the Pipedream public repo
5959
```
6060

6161
Then, in your local project, run

0 commit comments

Comments
 (0)