From 7d3f7d0a44b5a3b0ca61561873cbdb1082e0b836 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 2 May 2019 13:14:32 +0200 Subject: [PATCH] fixed small errors --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2506719..4a03f7e 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') /* @@ -81,4 +81,4 @@ sniff.memo('apioutput.json', () => .then(response => response.json())) .then(data => data.friends[0].fullName) .then(sniff) -``` \ No newline at end of file +```