Skip to content

Commit

Permalink
Remove comma splices (LeanerCloud#211)
Browse files Browse the repository at this point in the history
Removing comma splices and minor changes to punctuation.
  • Loading branch information
coingraham authored and cristim committed Jan 31, 2018
1 parent ae3eaca commit c1bb6f9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ AutoSpotting clones one of your on-demand instances from the group with a spot
instance that is cheaper, at least as large (automatically considering memory,
CPU cores and disk volumes) and configured identically to it. Once the new spot
instance is ready, it is attached to the group and an on-demand instance is
detached and terminated, to keep the group at constant capacity.
detached and terminated to keep the group at constant capacity.

It continuously applies this process, across all enabled groups from all
regions, gradually replacing your on-demand instances with much cheaper spot
It continuously applies this process across all enabled groups from all
regions gradually replacing your on-demand instances with much cheaper spot
instances. For your peace of mind, you can also configure it to keep running a
configurable number of on-demand instances, given as percentage or absolute
configurable number of on-demand instances given as percentage or absolute
number.

Your groups will then monitor and use these spot instances just like they would
Expand Down Expand Up @@ -64,34 +64,34 @@ For more detailed information you can read this [document](START.md)

[![Launch](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=AutoSpotting&templateURL=https://s3.amazonaws.com/cloudprowess/nightly/template.json)

Note: this installs the latest nightly build, generated automatically from the
Note: this installs the latest nightly build generated automatically from the
code after each commit. Even though it's generally stable, it is meant to be
used for evaluation purposes and is **not recommended for production use**. It
expires after two months from the date in which the binary was built and comes
with no support or warranty.

Stable, carefully tested and supported builds are available from the original
author, and given to major [Patrons](https://www.patreon.com/cristim). Using
author and given to major [Patrons](https://www.patreon.com/cristim). Using
these builds you are also helping the further development of the software.

Please get in touch on [gitter](https://gitter.im/cristim) if you are a Patron
interested in getting a stable build.

## Compiling and Installing ##

Even though it's recommended to use the provided stable binaries, in case you
have some special needs, you can tweak the software, then build and run your
customized binaries, since these do not expire.
It is recommended to use the provided stable binaries. If you
have some special needs, you can tweak the software then build and run your
customized binaries since these do not expire.

More details are available [here](CUSTOM_BUILDS.md)

## Contributing ##

This project was developed by volunteers in their own spare time. If you find it
useful please consider contributing to its development, any help would be
useful, please consider contributing to its development as any help would be
greatly appreciated.

You can do it by trying it out and giving feedback, reporting bugs, writing
You can help by trying it out and giving feedback, reporting bugs, writing
code, improving the documentation, assigning someone to work on it for a few
hours a week, spreading the word or simply
[contacting](https://gitter.im/cristim/autospotting) us and telling about your
Expand All @@ -100,11 +100,11 @@ setup.
Non-trivial code should be submitted according to the contribution
[guidelines](CONTRIBUTING.md)

You can also contribute financially, we gladly accept tips on
You can also contribute financially. We gladly accept tips on
[Patreon](https://www.patreon.com/cristim) or
[Paypal](https://paypal.me/cristim). Even a small percentage, 1 to 5% cut of the
generated monthly savings would make a huge difference to the development of the
project, please convince your organization to invest in it, they will reap the
[Paypal](https://paypal.me/cristim). Even a small percentage (1 to 5% cut of the
generated monthly savings) would make a huge difference to the development of the
project. Please convince your organization to invest in it so they will reap the
benefits of any further improvements.

## Support ##
Expand All @@ -116,14 +116,14 @@ binaries.

The main author also offers enterprise-grade support and will do as much as
possible to help you out with any issues you may have. Custom feature
development as well as AWS-related consulting are also available for a fee,
often proportional to just a month worth of savings. For more information feel
development as well as AWS-related consulting are also available for a fee
(often proportional to just a month worth of savings). For more information feel
free to get in touch on [gitter](https://gitter.im/cristim).

## Users ##

Autospotting is already used by hundreds of individuals and organizations around
the world, some of them we know of are mentioned in the [list](USERS.md) of
the world. Some of them we know of are mentioned in the [list](USERS.md) of
notable users.

The following deserve a special mention for contributing significantly to the
Expand Down

0 comments on commit c1bb6f9

Please sign in to comment.