Skip to content

Commit

Permalink
docs(README): add node version details
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena committed Dec 4, 2022
1 parent fc3e15b commit febf339
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -29,6 +29,7 @@ Use [npm](https://www.npmjs.com/package/wink-naive-bayes-text-classifier) to ins
npm install wink-naive-bayes-text-classifier --save
```

> It requires Node.js version 16.x or 18.x.
### Example
```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/NaiveBayesTextClassifier.html
Expand Up @@ -2349,7 +2349,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Nov 03 2022 19:54:44 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Expand Up @@ -418,7 +418,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Nov 03 2022 19:54:44 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
5 changes: 4 additions & 1 deletion docs/index.html
Expand Up @@ -237,6 +237,9 @@ <h3>Installation</h3>
<p>Use <a href="https://www.npmjs.com/package/wink-naive-bayes-text-classifier">npm</a> to install:</p>
<pre class="prettyprint source"><code>npm install wink-naive-bayes-text-classifier --save
</code></pre>
<blockquote>
<p>It requires Node.js version 16.x or 18.x.</p>
</blockquote>
<h3>Example</h3>
<pre class="prettyprint source lang-javascript"><code>
// Load Naive Bayes Text Classifier
Expand Down Expand Up @@ -314,7 +317,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Nov 03 2022 19:54:44 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/wink-naive-bayes-text-classifier.js.html
Expand Up @@ -1023,7 +1023,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Nov 03 2022 19:54:44 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sun Dec 04 2022 07:26:43 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit febf339

Please sign in to comment.