Skip to content

Commit e210185

Browse files
committed
complementando documentacao
1 parent 57141e9 commit e210185

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ A tabela utilizada foi retirada do endereço http://203.241.185.12/asd/board/Aut
1010

1111
## Utilização
1212

13+
Essa biblioteca foi testada em Linux Ubuntu 18.04 mas deve funcionar em qualquer sistema sem problemas. Inclusive não requer dependência alguma.
14+
1315
Adicione esta biblioteca ao seu projeto
1416

15-
composer require uspdev/cutter
17+
```sh
18+
composer require uspdev/cutter
19+
```
1620

1721
Exemplo de teste
1822

@@ -27,6 +31,12 @@ echo Cutter::find('Kawabata, Neto').PHP_EOL;
2731

2832
```
2933

34+
## Teste
3035

36+
Na pasta ```/test``` é feito a busca por alguns nomes. Essa lista não é longa hoje mas será aumentada ao longo do tempo. Para rodar o teste digite na linha de comando
37+
38+
```sh
39+
php /test/test.php
40+
```
3141

3242

0 commit comments

Comments
 (0)