Skip to content

Commit edf0252

Browse files
committed
Use namespaced package name
It works fine without the namespace, but if any other tool happened to shadow that same name, it would break.
1 parent 80ab5fe commit edf0252

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-
$ npx generate edgeql-js
16+
$ npx @gel/generate edgeql-js
1717

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

21-
$ npx generate queries
21+
$ npx @gel/generate queries
2222

2323
.. edb:split-section::
2424

0 commit comments

Comments
 (0)