Skip to content

Commit

Permalink
chore: fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowgate15 committed Nov 5, 2021
1 parent b254381 commit 16ab0d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ yarn add @breejs/ts-worker

## Usage

```js
const @breejs/tsWorker = require('@breejs/ts-worker');
> **Note:** You must be using Bree v6.5.0 or greater!
Extend bree with the plugin:

const @breejs/tsWorker = new @breejs/tsWorker();
```js
Bree.extend(require('@breejs/ts-worker'));

console.log(@breejs/tsWorker.renderName());
// script
const bree = new Bree(config);
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@breejs/ts-worker",
"description": "Typescript workers plugin for Bree!",
"version": "1.0.0",
"version": "0.0.1",
"author": "Taylor Schley <taylorschley@me.com> (https://github.com/shadowgate15)",
"bugs": {
"url": "https://github.com/breejs/ts-worker/issues",
Expand Down

0 comments on commit 16ab0d3

Please sign in to comment.