1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix typo in README.md

This commit is contained in:
Munish Goyal 2016-10-17 09:25:43 +05:30 committed by GitHub
parent fdb69436fe
commit d2c67eeb14

View file

@ -58,7 +58,7 @@ Deploying to a fleet of app servers? Capistrano can run each deployment task con
#### Server roles
Your application may need many different types of servers: a database server, an app server, two app servers, and a job queue work server, for example. Capistrano lets you tag each server with one or more roles, so you can control what tasks are executed where.
Your application may need many different types of servers: a database server, an app server, two web servers, and a job queue work server, for example. Capistrano lets you tag each server with one or more roles, so you can control what tasks are executed where.
#### Community driven