From b561e44132a1bff340eace07e847e4a129e213dd Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Sun, 26 Nov 2017 02:45:40 +0900 Subject: [PATCH] Fix typo. (#462) --- Running-Mastodon/Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 6ea22017..b02a0fe3 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -84,7 +84,7 @@ Now you need to install [Yarn](https://yarnpkg.com/en/) plus some more software. - libprotobuf-dev and protobuf-compiler - Mastodon uses these for language detection - nginx - nginx is our frontend web server - redis-* - Mastodon uses redis for its in-memory data structure store -- postgresql-* - Mastodon uses PostgreSQL as it's SQL database +- postgresql-* - Mastodon uses PostgreSQL as its SQL database - nodejs - Node is used for Mastodon's streaming API - yarn - Yarn is a Node.js package manager - Other -dev packages, g++ - these are needed for the compilation of Ruby using ruby-build.