README.md in briar-1.1.3 vs README.md in briar-1.1.4
- old
+ new
@@ -3,11 +3,11 @@
====
## Briar
-Briar Extends the steps defined in [calabash-ios](https://github.com/calabash/calabash-ios.git) to help you write cucumber Scenarios that interact with complex UI elements like tables, pickers, and sliders.
+Briar extends the [Calabash iOS](https://github.com/calabash/calabash-ios.git) API to help you write cucumber Scenarios that interact with complex UI elements like tables, pickers, and sliders.
### Briar is not trying to provide steps that will work for every project.
Every project should cultivate its own [vernacular](http://en.wikipedia.org/wiki/Vernacular) -
a shared language between developers, clients, and users. The [steps that briar provides](features/step_definitions) are not meant to be dropped into into your projects (although they can be). Briar provides a library of ruby methods to build application-specific steps from. The steps in the features directory are meant to be examples of what briar can offer.
@@ -127,6 +127,6 @@
2. Create your feature branch (`git checkout -b feature/my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push -u origin feature/my-new-feature`)
5. Create new Pull Request
-Please do not change the version number.
\ No newline at end of file
+Please do not change the version number.