Skip to content

Commit 0255608

Browse files
authored
Update CHANGES
Fixed wrong command
1 parent 23a8c1f commit 0255608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ To create a fixture:
2626

2727
.. code-block:: bash
2828

29-
piccolo fixture dump --apps=blog > fixture.json
29+
piccolo fixtures dump --apps=blog > fixture.json
3030

3131
To load a fixture:
3232

3333
.. code-block:: bash
3434

35-
piccolo fixture load fixture.json
35+
piccolo fixtures load fixture.json
3636

3737
As part of this change, Piccolo's Pydantic support was brought into this
3838
library (prior to this it only existed within the ``piccolo_api`` library). At

0 commit comments

Comments
 (0)