diff --git a/README.md b/README.md index b41fa32..d10b7a7 100644 --- a/README.md +++ b/README.md @@ -909,7 +909,7 @@ To use MaxMind you need to create an account [here.](https://www.maxmind.com/en/
How do I access Plausible from terminal? -You can starts an Interactive Elixir session from within the `plausible` container: +You can start an Interactive Elixir session from within the `plausible` container: console ```console @@ -937,7 +937,7 @@ iex> Application.get_all_env :plausible
How do I access ClickHouse from terminal? -You can starts a `clickhouse client` session from within the `plausible_events_db` container: +You can start a `clickhouse client` session from within the `plausible_events_db` container: console ```console @@ -975,7 +975,7 @@ $ docker compose exec plausible_events_db clickhouse client --database plausible
How do I access PostgreSQL from terminal? -You can starts a `psql` session from within the `plausible_db` container: +You can start a `psql` session from within the `plausible_db` container: console ```console