From 3e8abdefa7084ac524b45f8aab59701e059f3c86 Mon Sep 17 00:00:00 2001 From: Mike Hatch <4390485+mikeshatch@users.noreply.github.com> Date: Thu, 14 Mar 2019 11:53:23 -0500 Subject: [PATCH] Fix typo web socket -> WebSocket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b41e340..5903e90 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@

## Intro -We wanted a simple server for sending and receiving messages (in real time per web socket). For this, not many open source projects existed and most of the existing ones were abandoned. Also, a requirement was that it can be self-hosted. We know there are many free and commercial push services out there. +We wanted a simple server for sending and receiving messages (in real time per WebSocket). For this, not many open source projects existed and most of the existing ones were abandoned. Also, a requirement was that it can be self-hosted. We know there are many free and commercial push services out there. ## Features Gotify UI screenshot * send messages via REST-API -* receive messages via web socket +* receive messages via WebSocket * manage users, clients and applications * [Plugins](https://gotify.net/docs/plugin) * Web-UI -> [./ui](ui)