From 28f6eaa5bdefcbd5f2eb851e814919557658c07c Mon Sep 17 00:00:00 2001 From: Miles Heise Date: Sat, 4 May 2019 10:31:55 -0400 Subject: [PATCH] update spelling --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') /*