Skip to content

Commit 318fd48

Browse files
committed
docs(readme): fix typo
1 parent 5f8fd9a commit 318fd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/db-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To simulate an environment closer to production, you can test the service with D
7878
psql "host=localhost port=5432 user=postgres"
7979
```
8080

81-
> Note the very first time a DB is created will be very slow (`s3fs` writes are slow with than many file handles) so expect this to hang for a while. Subsequent requests will be much quicker. This is temporary anyway - in the future the DB will have to already exist in `/mnt/s3/dbs/<id>` in order to connect.
81+
> Note the very first time a DB is created will be very slow (`s3fs` writes are slow with that many file handles) so expect this to hang for a while. Subsequent requests will be much quicker. This is temporary anyway - in the future the DB will have to already exist in `/mnt/s3/dbs/<id>` in order to connect.
8282
8383
or to test a real database ID, add a loopback entry to your `/etc/hosts` file:
8484

0 commit comments

Comments
 (0)