Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodrigues70 authored May 9, 2020
1 parent f50ca85 commit 4b80f88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
</p>
</p>

#### Configure your .env file
### Getting Started

```
GHASS_REPO=organization/project
GHASS_TOKEN=yourgithubaccesstoken
GHASS_BRANCH=master
composer require jprodrigues70/laravel-ghass
```

### Getting Started
#### Configure your .env file

```
composer require jprodrigues70/laravel-ghass
GHASS_REPO=organization/project
GHASS_TOKEN=yourgithubaccesstoken
GHASS_BRANCH=master
```

#### Usage
Expand Down

0 comments on commit 4b80f88

Please sign in to comment.