Skip to content

Commit bc2c78d

Browse files
committed
refined readme
1 parent d569013 commit bc2c78d

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
@@ -46,13 +46,13 @@ This guide will walk you through setting up a minimal Java Maven project to use
4646

4747
2. **Apache Maven:** A build automation tool. Ensure it's installed and configured in your system's PATH.
4848

49-
3. **The Java Noise Library (noise_java_project):** You need to have the Java Noise Package itself. Since it's not on a public Maven repository, you'll typically build it from its source (java_noise_lib_project.md describes its structure) and install it into your local Maven repository. To do this, navigate to the root directory of the noise_java_project (where its pom.xml is located) and run:
49+
3. **The Java Noise Library (java_gradient_noise):** You need to have ``java_gradient_noise`` itself. Since it's not on a public Maven repository, you'll typically build it from its source and install it into your local Maven repository. To do this, navigate to the root directory of the java_gradient_noise (where its pom.xml is located) and run:
5050

5151
```
5252
mvn clean install
5353
```
5454

55-
This will make the library available for other local Maven projects. The library's Maven coordinates are assumed to be:
55+
This will make the library available for other local Maven projects on your machine. The library's Maven coordinates are assumed to be:
5656

5757
- GroupId: ``com.yousefonweb.noise``
5858
- ArtifactId: ``noise-lib``

0 commit comments

Comments
 (0)