Skip to content

Commit 297aad2

Browse files
chore: clean up readme
1 parent d8958b6 commit 297aad2

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -179,34 +179,6 @@ Cache directories are created automatically if they don't exist. Example directo
179179
MSFT_historical.json
180180
```
181181

182-
### Add StockMarketAlgorithm to your project
183-
184-
First, you need to add the dependency to your project. The library is available on Maven Central.
185-
186-
<details>
187-
<summary>Maven</summary>
188-
189-
```xml
190-
<dependencies>
191-
<dependency>
192-
<groupId>net.swofty</groupId>
193-
<artifactId>stockmarketalgorithm</artifactId>
194-
<version>1.0.0</version>
195-
</dependency>
196-
</dependencies>
197-
```
198-
</details>
199-
200-
<details>
201-
<summary>Gradle</summary>
202-
203-
```gradle
204-
dependencies {
205-
implementation 'net.swofty:stockmarketalgorithm:1.0.0'
206-
}
207-
```
208-
</details>
209-
210182
## Basic Usage
211183

212184
Here's a complete example of creating and running a basic buy-and-hold algorithm:

0 commit comments

Comments
 (0)