Skip to content

Commit af11ab2

Browse files
Update micronaut.md
1 parent 91ee114 commit af11ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/micronaut.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class Application {
5252
Create a class called SpeakeasyNettyServerCustomizer.java in your project and add the following code:
5353

5454
```java
55-
package dev.speakeasyapi.micronaut;
55+
package {YOUR_PACKAGE_HERE}; // Replace this with the relevant package name
5656

5757
import dev.speakeasyapi.micronaut.implementation.SpeakeasyChannelDuplexHandler;
5858
import io.micronaut.context.event.BeanCreatedEvent;
@@ -246,4 +246,4 @@ changes to how the SDK operates:
246246

247247
```bash
248248
gradle clean build
249-
```
249+
```

0 commit comments

Comments
 (0)