We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bf1dc commit 97d46e7Copy full SHA for 97d46e7
README.md
@@ -439,7 +439,7 @@ const container = new EventSourcingDbContainer()
439
440
In case you need to set up the client yourself, use the following functions to get details on the container:
441
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.
+- `getHost()` returns the host name
+- `getMappedPort()` returns the port
+- `getBaseUrl()` returns the full URL of the container
+- `getApiToken()` returns the API token
0 commit comments