Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
K4rian committed Jan 14, 2020
1 parent 8488b7b commit b996742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ touch twserver.json

- Tweak the values as needed, save the file and restart the server.

By default, the HTTP server only serves the index file and rejects any other request. To serve one or more custom directories containing extra resources (such as images), you have to add them by tweaking the "ServeDirs" value in the configuration file.
By default, the HTTP server only serves the index file and rejects any other request. To serve one or more custom directories containing extra resources (such as images), you have to add them by tweaking the `ServeDirs` value in the configuration file.

- Example: Add the `images` directory located in `./images` and accessed via the URL `<wiki_url>/img/`:

Expand All @@ -74,7 +74,7 @@ By default, the HTTP server only serves the index file and rejects any other req
}
```

- Any images from the `./images` directory can now be reached via `<wiki_url>/img/` and can be displayed inside any wiki post.
- Any image from the `./images` directory can now be reached via `<wiki_url>/img/` and can be displayed inside any wiki post.



Expand Down

0 comments on commit b996742

Please sign in to comment.