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 1e21a7b commit 8e0c22e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,8 @@ Crie um arquivo *index.php* e insira isso:
```php
<?php
include "vendor\autoload.php";
use IsraelNogueira\Dotenv\env;
use IsraelNogueira\naivebayes\naivebayes;

/*
|------------------------------------------------
| LÊ AS VARIÁVEIS DE CONEXÃO A BASE
|------------------------------------------------
*/

env::install(__DIR__.'/mysql.env');


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

0 comments on commit 8e0c22e

Please sign in to comment.