Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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')
Expand Down