Skip to content

Commit f5b5f5d

Browse files
committed
fixed a typo
1 parent 66894cb commit f5b5f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quickstart in Couchbase with Spring Boot and Java
1+
t# Quickstart in Couchbase with Spring Boot and Java
22

33
#### REST API using Couchbase Capella in Java using Spring Boot
44

@@ -43,7 +43,7 @@ mvn clean install -DskipTests=true
4343

4444
Note: The `-DskipTests=true` option is used to skip the tests. The tests require the application to be running.
4545

46-
Note: The application is tested with Java 11. If you are using a different version of Java, please update the `pom.xml` file accordingly.
46+
Note: The application is tested with Java 17 and 21. If you are using a different version of Java, please update the `pom.xml` file accordingly.
4747

4848
### Setup Database Configuration
4949

@@ -137,7 +137,7 @@ mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.AirportIntegrati
137137
To run the tests for the RouteIntegrationTest class:
138138

139139
```sh
140-
mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.Rout
140+
mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.RouteIntegrationTest
141141
```
142142

143143
## Appendix

0 commit comments

Comments
 (0)