Fix typo in README: content -> create-user
This commit is contained in:
parent
69cd1c0c7a
commit
9db918b0fa
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ implemented. Coming soon!
|
||||||
|
|
||||||
# Replace username and email with appropriate values
|
# Replace username and email with appropriate values
|
||||||
# The username should match an existing Medium user
|
# The username should match an existing Medium user
|
||||||
seance content username user@example.com
|
seance create-user username user@example.com
|
||||||
|
|
||||||
This will output a JSON object. Copy-paste that object into a new file
|
This will output a JSON object. Copy-paste that object into a new file
|
||||||
(eg. `ghost-import.json`), then open your Ghost Admin and import the
|
(eg. `ghost-import.json`), then open your Ghost Admin and import the
|
||||||
|
|
Loading…
Reference in a new issue