Skip to content

Commit 69b718d

Browse files
committed
Ensure generated docs are up-to-date
This checks-in the latest documentation generated from running ./build-docs.sh locally after the config props fix was submitted in 2f49ee3. Signed-off-by: onobc <[email protected]>
1 parent 2f49ee3 commit 69b718d

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
@@ -10,7 +10,7 @@ For further information go to our [Spring gRPC reference documentation](https://
1010
# Getting Started
1111

1212
**📌 NOTE**\
13-
Spring gRPC `1.0.x` supports Spring Boot `4.0.x.`
13+
Spring gRPC `1.0.x` supports Spring Boot `4.0.x`
1414

1515
This section offers jumping off points for how to get started using Spring gRPC. There is a simple sample project in the `samples` directory (e.g. [`grpc-server`](https://github.com/spring-projects/spring-grpc/tree/main/samples/grpc-server)). You can run it with `mvn spring-boot:run` or `gradle bootRun`. You will see the following code in that sample.
1616

0 commit comments

Comments
 (0)