Skip to content

Commit

Permalink
Fix class name in example in "Getting Started" documentation (#1194)
Browse files Browse the repository at this point in the history
Fixes #1177

Change-Id: I015b86705dc66b1ad648a4c8299f06176f3869b9
  • Loading branch information
dpursehouse authored and arteam committed Sep 15, 2017
1 parent a90693f commit 3a12897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To run

.. code-block:: sh
mvn package exec:java -Dexec.mainClass=sample.First
mvn package exec:java -Dexec.mainClass=sample.GetStarted
.. _gs-registry:
Expand Down

0 comments on commit 3a12897

Please sign in to comment.