rsandtner closed pull request #3: fix documentation typos
URL: https://github.com/apache/openwebbeans-meecrowave-examples/pull/3
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.adoc b/README.adoc
index 8895239..ada3e57 100644
--- a/README.adoc
+++ b/README.adoc
@@ -17,7 +17,7 @@ Apache Meecrowave is a 9 MByte small embeddable Java 
Application Server based on
 
 Here's what it provides:
 
-0. A pom.xml with the dependencies for this sample and meecrowave-maven-plugin 
setup so you can launch `mvn package meecrowave-run`.
+0. A pom.xml with the dependencies for this sample and meecrowave-maven-plugin 
setup so you can launch `mvn package meecrowave:run`.
 1. A sample JAX-RS application: in src/main/java/com/superbiz/sample/jaxrs
 2. A test using JAX-RS client API and the meecrowave mono rule (useful when 
you run multiple tests) in src/test/java/com/superbiz/sample/jaxrs
 3. in src/main/java/com/superbiz/configuration/Defaults some enrichment of the 
meecrowave Cli options for the application.
diff --git a/rest-trivial/README.adoc b/rest-trivial/README.adoc
index 7f9b567..80d3e2f 100644
--- a/rest-trivial/README.adoc
+++ b/rest-trivial/README.adoc
@@ -5,7 +5,7 @@
 This example shows probably the smallest JavaEE REST Service.
 It is the REST version of the famous 'Hello World' program.
 It contains just a 
link:src/main/java/com/superbiz/jaxrs/HelloEndpoint.java[Hello Resource].
-The important parst of this class are the @Path(`"hello")` and the `@GET' 
annotated method.
+The important parst of this class are the `@Path("hello")` and the `@GET' 
annotated method.
 
 Note that the Resource is a CDI bean annotated with `@ApplicationScoped`.
-Thus only one instance exists.
\ No newline at end of file
+Thus only one instance exists.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to