diff --git a/README.md b/README.md index 99ab818..b58c567 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Build Status](https://travis-ci.org/barrysteyn/node-scrypt.png?branch=master)](https://travis-ci.org/barrysteyn/node-scrypt) [![npm version](https://badge.fury.io/js/scrypt.svg)](http://badge.fury.io/js/scrypt) -#WARNING#: This module is deprecated. Instead, use https://nodejs.org/api/crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback +#WARNING!!! +This module is deprecated. Instead, use https://nodejs.org/api/crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback Scrypt for Node/IO is a native node/io C++ wrapper for Colin Percival's [scrypt](https://www.tarsnap.com/scrypt.html) cryptographic hash utility.