From fda295b8f8b7c51e0052169d0c018429f6764d18 Mon Sep 17 00:00:00 2001 From: Leonard Lorenz Date: Sat, 3 Apr 2021 23:42:21 +0200 Subject: [PATCH] more styling --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd6d59e..e31f8c3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ All configuration options are defined in crablog.env, an example configuration i When not using Docker you may have to add crablog.env to your startup script or define the variables there. `crablog.env` -```bash +``` USERNAME=yourusername EMAIL=me@mydomain.tld BIND_PORT=8000 @@ -55,6 +55,6 @@ ROOT_PATH=/path/to/template/directory/and/sqliteDB **API Routes** -| Route | Description | -| -------------- | ------------------------- | -| api/blog/posts | returns all posts as json | +| Route | Description | +| ---------------- | ------------------------- | +| `api/blog/posts` | returns all posts as json |