README.md in openstudio-analysis-0.3.6 vs README.md in openstudio-analysis-0.3.7
- old
+ new
@@ -2,11 +2,11 @@
=======================
[![Build Status](https://travis-ci.org/NREL/OpenStudio-analysis-gem.svg?branch=develop)](https://travis-ci.org/NREL/OpenStudio-analysis-gem) [![Dependency Status](https://www.versioneye.com/user/projects/540a2fe5ccc023dd23000002/badge.svg?style=flat)](https://www.versioneye.com/user/projects/540a2fe5ccc023dd23000002)
The OpenStudio Analysis Gem is used to communicate files to the OpenStudio Distributed Analysis.
-The purpose of this gem is to generate the analysis.json file, analysis.zip, and communicate with the server to upload
+The purpose of this gem is to generate the analysis.json file, analysis.zip, and communicate with the server to upload
the simulations.
The gem does not create the cluster. Currently the only supported Cloud platform is
Amazon AWS using either [OpenStudio's PAT](https://openstudio.nrel.gov) the [openstudio-aws gem](https://rubygems.org/gems/openstudio-aws) or using [vagrant](http://www.vagrantup.com/).
@@ -14,8 +14,6 @@
------------
Testing
-------
-This gem used RSpec for testing. To test simple run `rspec` at the command line.
-
-
+This gem used RSpec for testing. To test simply run `rspec` at the command line.