You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This project is licensed under the MIT License. Please consider reading the LICE
17
17
### Getting the JAR
18
18
To get the latest version of the library, download the latest release in the release section.
19
19
### In Code
20
-
First you need to get your subdomain of your target restaurant. You can get yours by looking it up in the domain to your men plan.<br>
20
+
First you need to get your subdomain of your target restaurant. You can get yours by looking it up in the domain to your menuplan.<br>
21
21
```https://[subdomain].sv-restaurant.ch/```<br>
22
22
Now you can create your Restaurant:
23
23
```java
@@ -34,4 +34,4 @@ restaurant.getName(); //Get the name of the restaurant
34
34
restaurant.getMenuWeek(); //Returns all the data about the meunues currently online
35
35
restaurant.getProperties(); //Returns all the additional information about the restaurant the api can scrape
36
36
```
37
-
From now on, it should be really self explanatory how to get the induvidual pieces of information out of it. But if you still don't get it, you can have a look at the javadoc.
37
+
From now on, it should be really self explanatory how to get the induvidual pieces of information out of it. But if you still don't get it, you can have a look at the javadoc.
0 commit comments