„README.md“ ändern
This commit is contained in:
parent
45bce42cb9
commit
a51a5a1a35
|
@ -22,6 +22,6 @@ dependencies {
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```java
|
```java
|
||||||
GalaxusAPI galaxusAPI=new GalaxusAPI(Site.GALAXUS);
|
GalaxusAPI galaxusAPI = new GalaxusAPI(Site.GALAXUS);
|
||||||
PriceHistory priceHistory=galaxusAPI.getPriceHistory(6329006);
|
PriceHistory priceHistory = galaxusAPI.getPriceHistory(6329006);
|
||||||
```
|
```
|
Loading…
Reference in New Issue