README.md in securer_randomer-0.1.2 vs README.md in securer_randomer-0.1.3

- old
+ new

@@ -2,10 +2,10 @@ [![Build Status](https://travis-ci.org/mwpastore/securer_randomer.svg?branch=master)](https://travis-ci.org/mwpastore/securer_randomer) [![Gem Version](https://badge.fury.io/rb/securer_randomer.svg)](https://badge.fury.io/rb/securer_randomer) Ruby's SecureRandom prefers OpenSSL over other mechanisms (such as -`/dev/urandom` and `getrandom()`). This has recently garnered [some][1] +`/dev/urandom` and `getrandom(2)`). This has recently garnered [some][1] [criticism][2]. [RbNaCl][3] provides Ruby bindings to a portable crypto library ([libsodium][4]) that includes an alternative, OpenSSL-free pseudo-random number generator (PRNG) implementation.