Skip to content

Commit

Permalink
Documentation patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapphire13 committed Apr 28, 2017
1 parent e1c46c9 commit cd582b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# UniversalMock [![Build Status](https://img.shields.io/travis/MeltingMosaic/UniversalMock/master.svg)](https://travis-ci.org/MeltingMosaic/UniversalMock) [![npm](https://img.shields.io/npm/v/universal-mock.svg)](https://www.npmjs.com/package/universal-mock) [![npm](https://img.shields.io/npm/dt/universal-mock.svg)](https://www.npmjs.com/package/universal-mock)
A JavaScript object that is _everything_...

# Install
```
npm install --save-dev universal-mock
```

# Usage
Universal Mock is an object that pretends to have every property, and will return a Universal Mock for everything, so you can do

```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-mock",
"version": "1.0.0",
"version": "1.0.1",
"description": "A JavaScript object that is everything",
"main": "dist/universalMock.js",
"scripts": {
Expand Down

0 comments on commit cd582b3

Please sign in to comment.