Update README.md

Este commit está contenido en:
AJ ONeal 2015-11-17 13:18:30 -08:00
padre aafbc0e083
commit c67e0582f3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -25,6 +25,7 @@ buf.toString('hex');
buf.toString('base64');
buf.toString('ascii');
buf.toString('utf8');
buf.toString('binary'); // deprecated, do not use
```
API