Fix a typo
This commit is contained in:
parent
7e9d7364a2
commit
0c4f073a14
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $ opam install --deps-only blogger
|
|||
$ dune exec src/blogger.exe -- watch
|
||||
```
|
||||
|
||||
A little server run on `http://localhost:8080`.
|
||||
A little server run on `http://localhost:8888`.
|
||||
|
||||
The user can add an article into the `articles/` directory. The format is easy.
|
||||
A simple header which starts with `---` and finish with `---`. Inside, you have
|
||||
|
|
Loading…
Reference in a new issue