Skip to content

Commit 98d6696

Browse files
Update README.md
1 parent fcae135 commit 98d6696

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
@@ -33,7 +33,7 @@ Add the dependency to your project from Maven Central:
3333
<dependencies>
3434
<dependency>
3535
<groupId>net.swofty</groupId>
36-
<artifactId>stockmarketalgorithm</artifactId>
36+
<artifactId>stockmarkettester</artifactId>
3737
<version>{VERSION}</version>
3838
</dependency>
3939
</dependencies>
@@ -45,7 +45,7 @@ Add the dependency to your project from Maven Central:
4545

4646
```gradle
4747
dependencies {
48-
implementation 'net.swofty:stockmarketalgorithm:{VERSION}' // Requires Maven Central
48+
implementation 'net.swofty:stockmarkettester:{VERSION}' // Requires Maven Central
4949
}
5050
```
5151
</details>

0 commit comments

Comments
 (0)