docs: fix tip header

This commit is contained in:
timothycarambat
2024-07-03 10:48:21 -07:00
parent 1b666e5242
commit 32565ccc5e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
> \[!IMPORTANT]\
> [!IMPORTANT]
> This is a customized fork of [BreeJS](https://github.com/breejs/bree) the allows use of multi-process support as well
> as worker threads. You should use the original project if you only need worker thread support.
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@mintplex-labs/bree",
"description": "A fork of BreeJS/bree. A Node.js and JavaScript task scheduler with cron, dates, ms, later, and human-friendly support. Works in Node v12.17.0+, uses worker threads or process forks, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Customized for AnythingLLM.",
"version": "9.2.4",
"version": "9.2.5",
"author": "Mintplex Labs Inc <team@mintplexlabs.com>",
"bugs": {
"url": "https://github.com/Mintplex-Labs/bree/issues",
@@ -158,4 +158,4 @@
"test-coverage": "cross-env NODE_ENV=test nyc npm run test"
},
"types": "src/index.d.ts"
}
}