Skip to content

Commit 4e2a91b

Browse files
README updated
1 parent a4a818d commit 4e2a91b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

PaaS/README.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on AWS Elastic Beanstalk
99

1010
FirstMile
1111
----------
12-
FirstMile is a command-line tool that simplifies the development and deployment of
12+
FirstMile is a command-line tool that simplifies development and deployment of
1313
web applications for Amazon Elastic Beanstalk and Google App Engine.
1414

1515
https://github.com/cloud-ark/firstmile.
@@ -58,15 +58,15 @@ $ cld app show --deploy-id <dep-id>
5858

5959
-----------------------------------
6060

61-
How FirstMile works?
62-
---------------------
63-
FirstMile uses Docker to package your application and deploy it. For MySQL service, FirstMile deploys
64-
a MySQL Docker container
61+
How does FirstMile work?
62+
------------------------
63+
FirstMile uses Docker to package your application and deploy it.
64+
For MySQL service, FirstMile deploys a MySQL Docker container.
6565

6666

67-
How is FirstMile different than docker-compose?
67+
How is FirstMile different from docker-compose?
6868
-----------------------------------------------
69-
For local development use-case FirstMile and docker-compose are kind of similar. Where FirstMile is
70-
different is that besides local development, it also allows you to deploy same code, without any
71-
modifications, to AWS Beanstalk and Google App Engine. This is not possible with docker-compose
69+
For local development use-case FirstMile and docker-compose are kind of similar.
7270

71+
Where FirstMile is different is that, besides local development, it also allows you to deploy same code, without any
72+
modifications, to AWS Beanstalk and Google App Engine. This is not possible with docker-compose.

0 commit comments

Comments
 (0)