Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 677b9ed

Browse files
authored
Update README.md
1 parent f19eb37 commit 677b9ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project is licensed under the MIT License. Please consider reading the LICE
1717
### Getting the JAR
1818
To get the latest version of the library, download the latest release in the release section.
1919
### 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>
2121
```https://[subdomain].sv-restaurant.ch/```<br>
2222
Now you can create your Restaurant:
2323
```java
@@ -34,4 +34,4 @@ restaurant.getName(); //Get the name of the restaurant
3434
restaurant.getMenuWeek(); //Returns all the data about the meunues currently online
3535
restaurant.getProperties(); //Returns all the additional information about the restaurant the api can scrape
3636
```
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

Comments
 (0)