diff --git a/README.md b/README.md index 2506719..4797e95 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ getData() ``` Yes, this is stupidly simple, but I've found myself writing this function 40000 times now so I want it on npm, OK? OK!????? -# Overrriding prefix -supersnitt will log to console with a [SNIFF] prefix but if you want to override it like this: +# Overriding prefix +supersniff will log to console with a [SNIFF] prefix but if you want to override it like this: ```javascript const sniff = require('supersniff') @@ -59,7 +59,7 @@ fetch(`http://myapi.com/users/${username}.json`) .then(sniff.save('apioutput.json')) ``` -# Loading file contents conviniently +# Loading file contents conveniently ```javascript const sniff = require('supersniff') /*