Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderwar committed Mar 16, 2018
1 parent f514795 commit 9a880c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ Provides [Bitly](https://bitly.com) url generation for all pages.
* silverstripe/cms: ^4

## Installation
First, install with composer and then configure your API key

```bash
$ composer require vulcandigital/silverstripe-bitly
```

**mysite/_config/bitly.yml**
```yaml
Vulcan\Bitly\Bitly:
api_key: 'YOUR_ACCESS_TOKEN'
```
Afterwards, run `dev/build`

## Screenshots
Expand Down

0 comments on commit 9a880c6

Please sign in to comment.