Skip to content

Commit deb4056

Browse files
committed
chore: #178 Update TOC in README
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 3079e0a commit deb4056

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Want to see this extension in action? Check out our [sample application](https:/
1212
[![CNCF Landscape](https://img.shields.io/badge/CNCF%20Landscape-5699C6?style=for-the-badge&logo=cncf)](https://landscape.cncf.io/?item=app-definition-and-development--application-definition-image-build--microcks)
1313

1414
### Table of Contents
15+
1516
[Build Status](#build-status)
1617
[Community](#community)
1718
[How to use it?](#how-to-use-it)
@@ -27,6 +28,7 @@ Want to see this extension in action? Check out our [sample application](https:/
2728
- [Asynchronous API support](#asynchronous-api-support)
2829
- [Using mock endpoints for your dependencies](#using-mock-endpoints-for-your-dependencies-1)
2930
- [Launching new contract-tests](#launching-new-contract-tests-1)
31+
- [Troubleshooting](#troubleshooting)
3032

3133
## Build Status
3234

@@ -333,8 +335,8 @@ In addition, you can use the `getEventMessagesForTestCase()` method to retrieve
333335

334336
You can enable debug logs on the Microcks container by setting the debug log level and then retrieving the logs:
335337

336-
```java
337-
MicrocksContainer microcks = new MicrocksContainer("[...]"))
338+
```ts
339+
const container = await new MicrocksContainer()
338340
.withDebugLogLevel()
339341
.withLogConsumer(stream => {
340342
stream.on("data", line => console.log(line));

0 commit comments

Comments
 (0)