Repository: activemq-artemis Updated Branches: refs/heads/master aafb2087f -> 266b1f31b
Update examples.md Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/67906860 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/67906860 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/67906860 Branch: refs/heads/master Commit: 679068605949522410aee07c7bdb05d76529ff76 Parents: aafb208 Author: Bennet Schulz <[email protected]> Authored: Thu Mar 30 10:36:42 2017 +0200 Committer: GitHub <[email protected]> Committed: Thu Mar 30 10:36:42 2017 +0200 ---------------------------------------------------------------------- docs/user-manual/en/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/67906860/docs/user-manual/en/examples.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/examples.md b/docs/user-manual/en/examples.md index 8b3ad86..f471154 100644 --- a/docs/user-manual/en/examples.md +++ b/docs/user-manual/en/examples.md @@ -19,7 +19,7 @@ The examples are available in both the binary and source distribution under the A set of Java EE examples are also provided which need WildFly installed to be able to run. -Runnning the Examples +Running the Examples ===================== To run any example, simply `cd` into the appropriate example directory and type `mvn verify` or `mvn install` (For
