Fixed grammatical error and incorrect icon filename (#45)

* Fixed grammatical error. 'Setup' should be 'set up' in two places

* Fixed incorrect filename for Follow icon
This commit is contained in:
Edwin Torres 2017-04-14 19:10:09 -04:00 committed by wxcafé
parent 6ba0627dac
commit e743a88870
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ It is recommended to create a special user for mastodon on the server (you could
sudo apt-get install postgresql postgresql-contrib
Setup a user and database for Mastodon:
Set up a user and database for Mastodon:
sudo su - postgres
psql
@ -182,7 +182,7 @@ To get a random string. If you are setting up on one single server (most likely)
## Setup
And setup the database for the first time, this will create the tables and basic data:
And set up the database for the first time, this will create the tables and basic data:
RAILS_ENV=production bundle exec rails db:setup