Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 16ee17d

Browse files
committed
Change MVC to REST in README.md
1 parent 7c9f900 commit 16ee17d

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
@@ -28,7 +28,7 @@ Inside the project there is a application.springboot.web package containing two
2828
* SpringBootLibertyApplication</code>: The entry point for the SpringBoot application.
2929
* LibertyHelloController</code>: A Spring REST endpoint which you can access at /springbootweb.
3030

31-
There is also a test class named <code>it.springboot.web.HelloControllerTest</code> that will test the Spring MVC endpoint to ensure it is working.
31+
There is also a test class named <code>it.springboot.web.HelloControllerTest</code> that will test the Spring REST endpoint to ensure it is working.
3232

3333
## Websockets
3434
This provides you with the websocket-1.1 feature.

0 commit comments

Comments
 (0)