From 250fabfa65b6381617aba629266558377db82cbc Mon Sep 17 00:00:00 2001 From: Codey <55925282+CodesterDubs@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:48:45 +0100 Subject: [PATCH] Update README.md (#144) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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