This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2f44845 Correct module name
2f44845 is described below
commit 2f44845cb3971be8e005f523ee8b4e3379064b52
Author: Robert Munteanu <[email protected]>
AuthorDate: Sat Sep 8 23:25:16 2018 +0200
Correct module name
---
src/main/jbake/content/documentation/getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/jbake/content/documentation/getting-started.md
b/src/main/jbake/content/documentation/getting-started.md
index 44c6996..807449c 100644
--- a/src/main/jbake/content/documentation/getting-started.md
+++ b/src/main/jbake/content/documentation/getting-started.md
@@ -40,7 +40,7 @@ Starting the Sling application creates the Sling directory
name *sling* in the s
### Java 9 and newer
-For Sling 10 it is necessary to add the `java.see.module` manually, so the
command line invocation
+For Sling 10 it is necessary to add the `java.se.ee` module manually, so the
command line invocation
becomes
java --add-modules java.se.ee -jar
org.apache.sling.starter-${sling_releaseVersion}.jar