Skip to content

Commit

Permalink
Fixes API versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Sep 16, 2017
1 parent 3c918d1 commit 2cae6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Or install it yourself as:
require 'json/streamer'
```

### v1.1.3 API
### v1.2 API

Check the unit tests for more examples ([spec/streamer_spec.rb](spec/json/streamer/json_streamer_spec.rb)).

Expand Down Expand Up @@ -157,7 +157,7 @@ def receive_data(data)
end
```

### Legacy API (pre-v1.1.3)
### Legacy API (pre-v1.2)

This functionality is deprecated but kept for compatibility reasons.

Expand Down

0 comments on commit 2cae6b0

Please sign in to comment.