File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ These are the basic steps for working with the starter. For detailed guidance on
31
31
4 . Open the project in your editor.
32
32
5 . Browse the examples in ` /nodes ` and ` /credentials ` . Modify the examples, or replace them with your own nodes.
33
33
6 . Update the ` package.json ` to match your details.
34
- 7 . Run ` npm lint ` to check for errors or ` npm lintfix ` to automatically fix errors when possible.
34
+ 7 . Run ` npm run lint ` to check for errors or ` npm run lintfix ` to automatically fix errors when possible.
35
35
8 . Test your node locally. Refer to [ Run your node locally] ( https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/ ) for guidance.
36
36
9 . Replace this README with documentation for your node. Use the [ README_TEMPLATE] ( README_TEMPLATE.md ) to get started.
37
37
10 . Update the LICENSE file to use your details.
You can’t perform that action at this time.
0 commit comments