From a51a5a1a35355272b334eeb02c30925749aae6cd Mon Sep 17 00:00:00 2001 From: Ubujira Date: Sat, 14 May 2022 13:08:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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