Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Dec 19, 2017
1 parent 086ab25 commit 142d245
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# fdmg-ts-react-anchor

[![Build Status](https://travis-ci.org/FDMediagroep/fdmg-ts-react-anchor.svg?branch=master)](https://travis-ci.org/FDMediagroep/fdmg-ts-react-anchor)
[![Coverage Status](https://coveralls.io/repos/github/FDMediagroep/fdmg-ts-react-anchor/badge.svg?branch=master)](https://coveralls.io/github/FDMediagroep/fdmg-ts-react-anchor?branch=master)

[![npm version](https://badge.fury.io/js/%40fdmg%2Fts-react-anchor.svg)](https://badge.fury.io/js/%40fdmg%2Fts-react-anchor)

# fdmg-ts-react-anchor

[![Greenkeeper badge](https://badges.greenkeeper.io/FDMediagroep/fdmg-ts-react-anchor.svg)](https://greenkeeper.io/)

[ReactJS](https://reactjs.org/) Anchor component. This component renders an Anchor header.
You might think it silly to have this as a separate component. But when you use an Anchor-element multiple times in your
project then having that as a component might eventually save you some bytes.
Expand Down Expand Up @@ -58,4 +57,4 @@ export default class foo {
<a class="css-class-name" aria-label="ARIA-label text" tabIndex="0">Anchor text</a>
<a href="https://fd.nl" class="css-class-name" aria-label="ARIA-label text" target="_blank" tabIndex="2">Anchor text</a>
</span>
```
```

0 comments on commit 142d245

Please sign in to comment.