Fix typos.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Mark Nellemann 2023-05-25 15:18:53 +02:00
parent 88e45c21d9
commit 04d3d8d0cd
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ Screenshots of the provided Grafana dashboard can be found in the [doc/screensho
## Development Information
You need Java (JDK) version 8 or later to build hmci.
You need Java (JDK) version 8 or later to build svci.
### Build & Test
@ -135,7 +135,7 @@ Start a InfluxDB container:
docker run --name=influxdb --rm -d -p 8086:8086 influxdb:1.8
```
Create the *hmci* database:
Create the *svci* database:
```shell
docker exec -i influxdb influx -execute "CREATE DATABASE svci"