Skip to content

Commit

Permalink
Update README.md (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesterDubs authored Jul 20, 2024
1 parent 43e8842 commit 250fabf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ To use MaxMind you need to create an account [here.](https://www.maxmind.com/en/
<details>
<summary>How do I access Plausible from terminal?</summary>

You can starts an Interactive Elixir session from within the `plausible` container:
You can start an Interactive Elixir session from within the `plausible` container:

<sub><kbd>console</kbd></sub>
```console
Expand Down Expand Up @@ -937,7 +937,7 @@ iex> Application.get_all_env :plausible
<details>
<summary>How do I access ClickHouse from terminal?</summary>

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:

<sub><kbd>console</kbd></sub>
```console
Expand Down Expand Up @@ -975,7 +975,7 @@ $ docker compose exec plausible_events_db clickhouse client --database plausible
<details>
<summary>How do I access PostgreSQL from terminal?</summary>

You can starts a `psql` session from within the `plausible_db` container:
You can start a `psql` session from within the `plausible_db` container:

<sub><kbd>console</kbd></sub>
```console
Expand Down

0 comments on commit 250fabf

Please sign in to comment.