README.md in protobuf-rspec-1.0.0.rc1 vs README.md in protobuf-rspec-1.0.0
- old
+ new
@@ -1,20 +1,20 @@
protobuf-rspec gem
==================
-RSpec Helpers designed to give you mock abstraction of client or service layer. Require as `protobuf/rspec` and include into your running RSpec configuration.
+Provides spec helpers for testing client and server [protobuf](https://github.com/localshred/protobuf) code.
+RSpec Helpers are designed to give you mock abstraction of client or service layer. Require as `protobuf/rspec` and include into your running RSpec configuration.
+
```ruby
# spec_helper.rb
# ...
require 'protobuf/rspec'
RSpec.configure do |config|
config.include Protobuf::RSpec::Helpers
end
```
-
-**Note:** Tested to work with the [protobuf gem](https://rubygems.org/gems/protobuf) (>= 2.x).
Unit-Testing Service Behavior
-----------------------------
### `local_rpc`