diff --git a/README.md b/README.md index cac887d..a4ff0ff 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Currently the Language Server has the following functionalities: │ ├── Intellij │ └── ... └── LanguageServer/ - └── src/main/java/com/example/ + └── src/main/java/de/dhbw/ + ├── compiler/ -> Containing the JavaTX Compiler + │ └── ... ├── model/ │ └── parseError/ │ └── ... -> Containing Custom Parse-Errors.