diff --git a/web/README.md b/web/README.md
index 55dc195..2a23c46 100644
--- a/web/README.md
+++ b/web/README.md
@@ -13,8 +13,9 @@
- [About](#about)
- [Getting Started](#getting_started)
-- [Configuration](#configuration)
-- [Configuration](#configuration)
+ - [Prerequisites](#prerequisites)
+ - [Installation](#installation)
+ - [Configuration](#configuration)
- [Usage](#usage)
- [Roadmap](#roadmap)
@@ -29,12 +30,12 @@ Since I could not find any ready-made self-hosted logbooks, I decided to make my
## Getting Started
-### Prerequisites
+### Prerequisites
- npm
- [tailfin-api](https://github.com/azpsen/tailfin-api)
-### Installation
+### Installation
1. Clone the repo
@@ -55,7 +56,7 @@ $ npm install
$ npm run build && npm run start
```
-## Configuration
+### Configuration
The URL for the Tailfin API can be set with the environment variable `TAILFIN_API_URL`. It defaults to `http://localhost:8081`, which assumes the API runs on the same machine and uses the default port.