Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
vinkla committed Oct 25, 2016
1 parent f9feb18 commit dadea32
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 @@ -115,7 +115,7 @@ $hex = $hashids->decodeHex($id); // 507f1f77bcf86cd799439011

$id = $hashids->encode(1);

$hashids->encode($id); // [1]
$hashids->decode($id); // [1]
```

2. Encoding negative numbers is not supported.
Expand Down

0 comments on commit dadea32

Please sign in to comment.