From 82592bc565e750d4fd19feae3d481052cf7ceae6 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Tue, 21 Jan 2020 07:59:44 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac33eee78..0158c74ea 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Part of this software is also port of [DbShell](https://github.com/dbshell/dbshe * Frontend - React, styled-components, socket.io * Backend - NodeJs, ExpressJs, socket.io, database connection drivers * Pure JavaScript is used (TypeScript is used only as type checker, not as compiler, so it is not mandatory part of pipeline) -* Platform independed - will run as web application in single docker container on server, or as application using Electron platform on Linx, Windows and Mac +* Platform independed - will run as web application in single docker container on server, or as application using Electron platform on Linux, Windows and Mac ## How to run development environment