Skip to content

Commit

Permalink
Added ci bod
Browse files Browse the repository at this point in the history
  • Loading branch information
codearoni committed Apr 2, 2018
1 parent 26badf0 commit dc8e0e5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
> A powerful utility library that gives you the ability to express your code with the poise, intelligence, and brevity of a San Fernando Valley girl.
[![Dependencies](http://img.shields.io/david/codearoni/omg-like-literally.svg?branch=master)](https://david-dm.org/codearoni/omg-like-literally)
[![Build Status](https://travis-ci.org/codearoniomg-like-literally.svg?branch=master)](https://travis-ci.org/codearoni/omg-like-literally)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Installation
Expand All @@ -22,16 +23,11 @@
Throws an Error. You can optionally pass a message, but it contains a default.

```javascript
const yourFunction (cb) {

yourOperation(function (err) {

if (err) {
return cb(omgLikeLiterally.barfMeOut(err.message));
}
const yourFunction (bod) {

return cb(null);
});
if (!bod) {
omgLikeLiterally.barfMeOut('missing bod');
}
};
```

Expand Down

0 comments on commit dc8e0e5

Please sign in to comment.