diff --git a/README.md b/README.md
index 0b7c500..7d271f7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ ensuring the traceability of the participants the corresponding tool was missing
Therefore the following design principles for this web-app are:
* Easy to use without complex registration and authentication process. Therefore only "keywords" are used as very basic access control.
-* Responsive design, usable on PC and smartphones with all modern brwosers (Chrome, Edge, Firefox, Safari) supporting the WebAssembly Standard.
+* Responsive design, usable on PC and smartphones with all modern browsers (Chrome, Edge, Firefox, Safari) supporting the WebAssembly Standard.
* Minimal administrative effort: All meetups data should be deleted automatically after the configured time (typically 28 days). Everyone should be able to organize a MeetUp.
* Availability of "private" MeetUps: The ability to organize a MeetUp and protect it with a "keyword" that can be given to potential participants.
* Adaptable: The application has a front-end layer implemented with ASP.NET Core Blazor The application logic is provided as microservices (Azure Functions). In this way it is possible to use the application layer independently with a different front-end.