Skip to content

Commit 407fb49

Browse files
committed
fix typos in README.md
1 parent 19d6ad8 commit 407fb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for GraalVM native image creation.
5656
The Gradle build script uses [gluonfx-gradle-plugin](https://github.com/gluonhq/gluonfx-gradle-plugin)
5757
from Gluon to build the native executable from Gradle with GraalVM.
5858
GraalVM native-image utility will use the configuration files in
59-
`graal-cfg/<currentPlatform>/META-INF/native-image` folder
59+
`src/graal-cfg/<currentPlatform>/META-INF/native-image` folder
6060
to assist in native-image generation.
6161

6262
Once the GraalVM prerequisites are set up for the current platform,
@@ -108,7 +108,7 @@ for GraalVM native image creation.
108108
The Maven build script uses [gluonfx-maven-plugin](https://github.com/gluonhq/gluonfx-maven-plugin)
109109
from Gluon to build the native executable from Maven with GraalVM.
110110
GraalVM native-image utility will use the configuration files in
111-
`graal-cfg/<currentPlatform>/META-INF/native-image` folder
111+
`src/graal-cfg/<currentPlatform>/META-INF/native-image` folder
112112
to assist in native-image generation.
113113

114114
Once the GraalVM prerequisites are set up for the current platform,

0 commit comments

Comments
 (0)