diff --git a/README.md b/README.md index ad2683c..93b4455 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ dependencies { # Usage ```java -GalaxusAPI galaxusAPI=new GalaxusAPI(Site.GALAXUS); - PriceHistory priceHistory=galaxusAPI.getPriceHistory(6329006); +GalaxusAPI galaxusAPI = new GalaxusAPI(Site.GALAXUS); +PriceHistory priceHistory = galaxusAPI.getPriceHistory(6329006); ``` \ No newline at end of file