From cc70bb863e2d74f77c6a1e254aa4d41f26e67c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Hamburger=20Gr=C3=B8ngaard?= Date: Sat, 16 Sep 2017 17:02:42 +0200 Subject: [PATCH] Fix various README typos supersnitt also a pretty cool library name though :) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 018048e..24f7fe6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # supersniff -A simple function for debugging stuff like promise chains, streams and other pipeline-like thingees. It just creates a function that console logs whatever is passed to it and then returns that value +A simple function for debugging stuff like promise chains, streams and other pipeline-like thingies. It just creates a function that console logs whatever is passed to it and then returns that value. Example: ```javascript @@ -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, you can override it like this: ```javascript const sniff = require('supersniff')