[go: up one dir, main page]

Skip to content

Commit

Permalink
Add link to CDN to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ckundo committed Jan 15, 2017
1 parent 7658f1c commit f19db73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ Accessibility warnings for dynamic web content. Join the conversation on [Slack]

## Usage

Download the
[latest release](https://github.com/accesslint/accesslint.js/releases/latest)
and include the javascript in your page at the end of the `<body>` tag.
Include the javascript in your page at the end of the `<body>` tag.

```
<script src="accesslint.js" type="text/javascript">
<script src="https://cdn.accesslint.com/accesslint-1.1.2.js" type="text/javascript">
```

Then, run your phantomjs browser tests to get accessibility warning logs,
Expand Down

0 comments on commit f19db73

Please sign in to comment.