Skip to content

Commit 80ab5fe

Browse files
committed
Fix small typo npm -> npx
1 parent 2bdde65 commit 80ab5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro/quickstart/working.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Working with our data
1313
.. code-tab:: sh
1414
:caption: Query builder
1515

16-
$ npm generate edgeql-js
16+
$ npx generate edgeql-js
1717

1818
.. code-tab:: sh
1919
:caption: Queries generator
2020

21-
$ npm generate queries
21+
$ npx generate queries
2222

2323
.. edb:split-section::
2424

0 commit comments

Comments
 (0)