Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed May 31, 2020
1 parent 19111b4 commit 0d6bb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# bayes-theorem
Naive Bayes in Node.js
Bayes Theorem in Node.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bayes-theorem",
"version": "1.0.0",
"description": "Naive Bayes in Node.js",
"description": "Bayes Theorem in Node.js",
"main": "index.js",
"scripts": {
"pretest": "prettier --write index.js test.js",
Expand Down

0 comments on commit 0d6bb6c

Please sign in to comment.