Skip to content

Commit

Permalink
chore: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz authored Nov 18, 2024
1 parent 0c58711 commit afe045d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Embed an SQLite database in your PostgreSQL table. AKA multitenancy has been sol

## Usage

Run a PostgreSQL database that has `ppglite-fusion` already installed.
Run a PostgreSQL database that has `pglite-fusion` already installed.

```bash
docker run --network=host frectonz/pglite-fusion
Expand All @@ -16,7 +16,7 @@ Connect to the PostgreSQL database using `psql`.
psql postgresql://postgres@localhost:5432/
```

Here's some demo usage example.
Here's some demo usage.

```sql
-- Load PG extension
Expand Down

0 comments on commit afe045d

Please sign in to comment.