Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix grammar.
Grammar around 'ec2-endpoint' mock.
  • Loading branch information
nottoseethesun committed Nov 30, 2013
1 parent 6bfc257 commit 20346ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ aws-mock is a pure servlet web application, conforming to the protocols describe




### How It Works ### How It Works
Taking for example the ec2 interface that aws-mock supports ec2-endpoint mock, this mock processes [Query Requests](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-query-api.html) built by your client (such as aws-sdk). Taking for example the ec2 interface that aws-mock supports (the ec2-endpoint mock), this mock processes [Query Requests](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-query-api.html) built by your client (such as aws-sdk).


It then manages the internal mock EC2 instances as an emulation of the lifecycle of those in genuine EC2 (pending->running, stopping->stopped, terminated, etc). It then manages the internal mock EC2 instances as an emulation of the lifecycle of those in genuine EC2 (pending->running, stopping->stopped, terminated, etc).


Expand Down

0 comments on commit 20346ad

Please sign in to comment.