diff --git a/README.md b/README.md index bb751f1..caf7b7e 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,7 @@ How to add a new location: 3.1) Add ```Potenziell andere?``` in the index.html 3.2) change name and called function 4) in app.js add your camp name and function to the switch statement like this: - case "stingbert": + ```js +case "stingbert": stingbert() +```