Skip to content

Commit

Permalink
Add 'npm install' instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanijak committed Jun 25, 2016
1 parent db8bda3 commit 8ed5514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,6 +1,10 @@
# errors
Error handling for Node.js and Express

To install:

npm install @holmwell/errors

This is a naive module for error handling that just logs
to the console. Aside from log, the most common function
used is `guard`, which is good for turning code like this:
Expand Down

0 comments on commit 8ed5514

Please sign in to comment.