Skip to content

Commit 97d46e7

Browse files
committed
fix: Fix typo.
1 parent 07bf1dc commit 97d46e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ const container = new EventSourcingDbContainer()
439439

440440
In case you need to set up the client yourself, use the following functions to get details on the container:
441441

442-
- `getHost()` returns the host name.
443-
- `getMappedPort()` returns the port.
444-
- `getBaseUrl()` returns the full URL of the container.
445-
- `getApiToken()` returns the API token.
442+
- `getHost()` returns the host name
443+
- `getMappedPort()` returns the port
444+
- `getBaseUrl()` returns the full URL of the container
445+
- `getApiToken()` returns the API token

0 commit comments

Comments
 (0)