Skip to content

Commit 022a54f

Browse files
authored
Update README.md
1 parent f55087d commit 022a54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ WebServer.builder()
7676
## Usage with Helidon Nima
7777

7878
The annotation processor will generate controller classes implementing the Helidon HttpService interface, which we can use
79-
get all the services and register them with the Helidon `RoutingBuilder`.
79+
get all the services and register them with the Helidon `HttpRouting`.
8080

8181
```java
8282
var routes = BeanScope.builder().build().list(HttpService.class);

0 commit comments

Comments
 (0)