Skip to content

Commit a6d0fa4

Browse files
authored
Merge pull request #246 from OpenLiberty/staging
Merget staging to prod - update README
2 parents f9ac72b + c3962c7 commit a6d0fa4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Learn how to develop a Java application on Open Liberty with Maven and Docker.
3131

3232
== What you'll learn
3333

34-
You will learn how to run and update a simple REST microservice on an Open Liberty server.
34+
You will learn how to run and update a simple REST microservice on Open Liberty.
3535
You will use Maven throughout the guide to build and deploy the microservice as well as
36-
to interact with the running server instance.
36+
to interact with the running Liberty instance.
3737

38-
Open Liberty is an application server designed for the cloud. It's small, lightweight,
38+
Open Liberty is an open application framework designed for the cloud. It's small, lightweight,
3939
and designed with modern cloud-native application development in mind. It supports the
4040
full MicroProfile and Jakarta EE APIs and is composable, meaning that you can use only the
41-
features that you need, keeping the server lightweight, which is great for microservices.
41+
features that you need, keeping everything lightweight, which is great for microservices.
4242
It also deploys to every major cloud platform, including Docker, Kubernetes, and Cloud
4343
Foundry.
4444

@@ -47,9 +47,9 @@ Using Maven, you will build a simple microservice, called `system`, that collect
4747
system properties from your laptop and displays them on an endpoint that you can access
4848
in your web browser.
4949

50-
You'll also explore how to package your application
51-
with the server runtime so that it can be deployed anywhere in one go. You will then make server configuration and code changes and see how
52-
they are picked up by a running server.
50+
You'll also explore how to package your application with Open Liberty
51+
so that it can be deployed anywhere in one go. You will then make Liberty configuration and code changes and see how
52+
they are immediately picked up by a running instance.
5353

5454
Finally, you will package the application along with the server configuration into a Docker
5555
image and run that image as a container.

0 commit comments

Comments
 (0)