
# bscript-patch

> Reconciles state trees using blessed elements

[![npm version](https://badge.fury.io/js/bscript-patch.svg)](https://badge.fury.io/js/bscript-patch)
[![Dependency Status](https://david-dm.org/mattstyles/bscript-patch.svg)](https://david-dm.org/mattstyles/bscript-patch)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

## Install

Install with [npm](https://npmjs.com)

```sh
$ npm i -S bscript-patch
```

## Example

```js
const bscript-patch = require('bscript-patch')
```

## Usage



## Running tests

```sh
$ npm install
$ npm test
```

## Contributing

Pull requests are always welcome, the project uses the [standard](http://standardjs.com) code style. Please run `npm test` to ensure all tests are passing and add tests for any new features or updates.

For bugs and feature requests, [please create an issue](https://github.com/mattstyles/bscript/issues).

## License

MIT
