Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove www. from gratipay.com in README #8

Merged
merged 1 commit into from
Oct 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GitHub styled badge for [Gratipay][]

![Gratipay badge][]

[Gratipay]: https://www.gratipay.com/
[Gratipay]: https://gratipay.com/
[Gratipay badge]: dist/gratipay.png

## Usage
Expand All @@ -13,13 +13,13 @@ To ensure you are using a stable badge, it is suggested you use a semver'd badge
### Markdown

```md
[![Support via Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.0.1/dist/gratipay.png)](https://www.gratipay.com/USERNAME/)
[![Support via Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.0.1/dist/gratipay.png)](https://gratipay.com/USERNAME/)
```

### HTML

```html
<a href="https://www.gratipay.com/USERNAME/">
<a href="https://gratipay.com/USERNAME/">
<img alt="Support via Gratipay" src="https://cdn.rawgit.com/gratipay/gratipay-badge/2.0.1/dist/gratipay.png"/>
</a>
```
Expand Down Expand Up @@ -59,7 +59,7 @@ Support this project and [others by twolfson][gratipay-twolfson] via [gratipay][
[![Support via Gratipay][gratipay]][gratipay-twolfson]

[gratipay]: https://cdn.rawgit.com/gratipay/gratipay-badge/2.0.1/dist/gratipay.png
[gratipay-twolfson]: https://www.gratipay.com/twolfson/
[gratipay-twolfson]: https://gratipay.com/twolfson/

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Expand Down