This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit cf710056f65d7d9f049e3c33595f6e5cb052bd3b
Author: Dan Haywood <[email protected]>
AuthorDate: Fri Aug 26 14:10:07 2022 +0100

    minor doc improvements
---
 README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index 1269d54..48f2a5e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@
 
image:https://github.com/apache/isis-app-simpleapp/workflows/Build%20w/%20Maven%20+%20Jdk%208/badge.svg[]
 
image:https://github.com/apache/isis-app-simpleapp/workflows/Build%20w/%20Maven%20+%20Jdk%2015/badge.svg[]
 
-This is a simple link:http://isis.apache.org[Apache Isis] application, 
structured so it can be used as a starting point for developing your own 
applications.
+This is a simple link:http://isis.apache.org[Apache Isis] application, 
structured so that it can be used as a starting point for developing your own 
applications.
 
 [TIP]
 ====
@@ -53,13 +53,12 @@ Change "XXX" to the value that 
`${spring-framework.version}` resolves to in the
 +
 [source,bash]
 ----
-mvn
 mvn -pl webapp spring-boot:run
 ----
 
 * Browse to http://localhost:8080.
 
-* Login to using:
+* Login using:
 
 ** username: `sven`
 ** password: `pass`
@@ -117,6 +116,7 @@ The `pom.xml` also provides goals to run the app from the 
command line, or to be
 It's more common for tests to reside within the same module, but we moved them 
into their own Maven modules because it makes them easier to be temporarily 
excluded, eg during initial explorations/prototyping.
 
 
+[#orm-support]
 == ORM Support
 
 This version of the application uses EclipseLink JPA as its ORM, configured 
with load-time weaving.

Reply via email to