Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
israel-nogueira committed Mar 13, 2024
1 parent 8e0c22e commit 52cee7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ PRIMARY KEY (`ID`)
```

## Treinando seu modelo:
Crie um arquivo *index.php* e insira isso:
Na raiz do projeto, crie um arquivo */index.php*:

```php
<?php
include "vendor\autoload.php";
use IsraelNogueira\naivebayes\naivebayes;

/*
|------------------------------------------------
| TREINAMENTO
Expand Down

0 comments on commit 52cee7b

Please sign in to comment.