Skip to content

Commit c88595f

Browse files
authored
Minor changes, tightening documentation
1 parent e78cfd3 commit c88595f

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

code/chapter12/catalog/README.adoc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@ mvn clean package
7676

7777
== Running the Application
7878

79-
To run the application using Liberty Maven plugin:
80-
81-
[source,bash]
82-
----
83-
mvn liberty:dev
84-
----
79+
Run the application using Liberty Maven plugin.
8580

8681
=== Run with Liberty server.xml
8782

@@ -107,9 +102,7 @@ The application will start on:
107102
* HTTP: `http://localhost:5060`
108103
* Context root: `/graphql-catalog`
109104

110-
== Accessing GraphQL
111-
112-
=== GraphQL Endpoint
105+
=== Accessing GraphQL Endpoint
113106

114107
The GraphQL endpoint is available at:
115108

0 commit comments

Comments
 (0)