From 0391981b4d16deda0fc80dea4c97c675d07d3aec Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 16 Aug 2017 00:21:38 +0300 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 095864de3..930d0647c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ NodeJS is available as `nodejs` package on Debian. `apt install nodejs`. Debian ## Running -By default, it listens on port 4000 (TCP), so you can access it on http://localhost:4000/ (if you it on same machine). In case of an error it will restart automatically. +By default, it listens on port 4000 (TCP), so you can access it on http://localhost:4000/ (if you are on the same machine). In case of an error it will restart automatically. ### As systemd service (with provided .service file) Running `service pleroma start`