Skip to content

Commit 6473e3d

Browse files
Merge remote-tracking branch 'origin/master'
2 parents d4e51d6 + 98d6696 commit 6473e3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stock Market Algorithm Tester
2-
![badge](https://img.shields.io/maven-central/v/net.swofty/StockMarketAlgorithmTester)
3-
![badge](https://img.shields.io/github/last-commit/Swofty/StockMarketAlgorithmTester)
4-
[![badge](https://img.shields.io/github/license/Swofty/StockMarketAlgorithmTester)](https://github.com/Swofty/StockMarketAlgorithmTester/blob/master/LICENSE)
2+
![badge](https://img.shields.io/maven-central/v/net.swofty/stockmarkettester)
3+
![badge](https://img.shields.io/github/last-commit/Swofty-Developments/StockMarketAlgorithmTester)
4+
[![badge](https://img.shields.io/github/license/Swofty-Developments/StockMarketAlgorithmTester)](https://github.com/Swofty-Developments/StockMarketAlgorithmTester/blob/master/LICENSE)
55

66
A powerful, extensible Java library for creating and backtesting stock market trading algorithms. Supports advanced trading strategies including options, short selling, and automated position management.
77

@@ -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)