mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1719 from etdev/fix/readme-typo
Fix typo in first sentence of README
This commit is contained in:
commit
717fa69887
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
[](http://badge.fury.io/rb/capistrano) [](https://travis-ci.org/capistrano/capistrano) [](https://codeclimate.com/github/capistrano/capistrano) <a href="http://codersclan.net/?repo_id=325&source=small"><img src="https://img.shields.io/badge/get-support-blue.svg"></a>
|
[](http://badge.fury.io/rb/capistrano) [](https://travis-ci.org/capistrano/capistrano) [](https://codeclimate.com/github/capistrano/capistrano) <a href="http://codersclan.net/?repo_id=325&source=small"><img src="https://img.shields.io/badge/get-support-blue.svg"></a>
|
||||||
|
|
||||||
Capistrano is framework for building automated deployment scripts. Although Capistrano itself is written in Ruby, it can easily be used to deploy projects of any language or framework, be it Rails, Java, or PHP.
|
Capistrano is a framework for building automated deployment scripts. Although Capistrano itself is written in Ruby, it can easily be used to deploy projects of any language or framework, be it Rails, Java, or PHP.
|
||||||
|
|
||||||
Once installed, Capistrano gives you a `cap` tool to perform your deployments from the comfort of your command line.
|
Once installed, Capistrano gives you a `cap` tool to perform your deployments from the comfort of your command line.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue