Skip to content

Commit

Permalink
Merge pull request #1 from simi/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
funny-falcon committed Apr 17, 2016
2 parents 2e452fd + d482fac commit 118d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or install it yourself as:

```ruby
require 'bin_utils'
# using Ruby 1.9.3 sintax for some little-endian and big-endian
# using Ruby 1.9.3 syntax for some little-endian and big-endian
BinUtils.get_int8(str) == str.unpack('C')[0]
BinUtils.get_sint8(str) == str.unpack('c')[0]
BinUtils.get_int8(str, i) == str[i,1].unpack('C')[0]
Expand Down

0 comments on commit 118d469

Please sign in to comment.