README.markdown in adhearsion-2.0.0.beta1 vs README.markdown in adhearsion-2.0.0.rc1
- old
+ new
@@ -36,11 +36,11 @@
An Adhearsion application can be as simple as this:
```ruby
answer
-speak 'Hello, and thank you for your call. We will put you through to the front desk now...'
+say 'Hello, and thank you for your call. We will put you through to the front desk now...'
dial 'tel:+18005550199'
hangup
```
For more examples, check out [the website](http://adhearsion.com/examples).
@@ -67,9 +67,10 @@
Contributions
-----------------------------
Adhearsion has a set of [contribution guidelines](https://github.com/adhearsion/adhearsion/wiki/Contributing) which help to smooth the contribution process.
+There is a pre-commit hook that runs encoding checks available in pre-commit. To use it, please copy it to .git/hooks/pre-commit and make it executable.
Copyright
---------
Copyright (c) 2011 Individual contributors. GNU LESSER GENERAL PUBLIC LICENSE (see LICENSE for details).