Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed Feb 15, 2018
1 parent b445e76 commit 0ab272e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ Now run the `javac -version` again and check if the output is ok.

Install [Composer](http://getcomposer.org) if you don't have it.
```
composer require geekcom/phpjasper
composer require geekcom/phpjasper-laravel
```
Or in your file'composer.json' add:

```json
{
"require": {
"geekcom/phpjasper": "^2.4"
"geekcom/phpjasper-laravel": "^1.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "geekcom/phpjasper",
"name": "geekcom/phpjasper-laravel",
"description": "A PHP report generator",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions docs/pt_BR/LEIA-ME_pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ Agora rode novamente o comando `javac -version` e veja se deu tudo certo.
Instale o [Composer](http://getcomposer.org), e rode o comando:

```
composer require geekcom/phpjasper
composer require geekcom/phpjasper-laravel
```

Ou crie um arquivo 'composer.json' e adicione o trecho:

```json
{
"require": {
"geekcom/phpjasper": "^2.1"
"geekcom/phpjasper-laravel": "^1.0"
}
}
```
Expand Down

0 comments on commit 0ab272e

Please sign in to comment.