Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "bouillon", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Simple JSON storage API for working with persistent data in various types of Node applications.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ <p align="center"> | ||
<div align="center"> | ||
<div align="center" style="margin-bottom: 1.5rem"> | ||
<a href="https://badge.fury.io/js/bouillon"><img src="https://badge.fury.io/js/bouillon.svg" alt="npm version" height="18"></a> | ||
@@ -48,3 +48,3 @@ <a href="https://badge.fury.io/js/bouillon"><img src="https://img.shields.io/badge/build-passing-brightgreen.svg" alt="build" height="18"></a> | ||
To begin using Bouillion, simply require the module, setup your desired options ([Click here for more information about Bouillon's options](documentation.md#options)), and create a new instance of Bouillon. | ||
To begin using Bouillion, simply require the module, setup your desired options and create a new instance of Bouillon. | ||
```js | ||
@@ -51,0 +51,0 @@ const Bouillon = require('bouillon'); |
25168