Skip to content

Commit 354b21a

Browse files
authored
Merge pull request #9 from yonas/patch-1
Fix API path in README.md
2 parents 95c0dfc + 064386f commit 354b21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ that Journalist creates automatically (default login: `admin`:`admin`).
4545
First, make sure to export `JOURNALIST_API_URL` in the current terminal session:
4646

4747
```sh
48-
$ export JOURNALIST_API_URL="http://127.0.0.1:8000/api"
48+
$ export JOURNALIST_API_URL="http://127.0.0.1:8000/api/v1"
4949
```
5050

5151
Then, using [Redacteur](#redacteur), a new user can be added like this:

0 commit comments

Comments
 (0)