Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 2515fb1

Browse files
authored
Small README style updates (#18)
1 parent 50b9f1e commit 2515fb1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@
22

33
[![Build status](https://badge.buildkite.com/3f2d84d5538d87a19677f5d79304ac46a8a67f970520d13884.svg?branch=master)](https://buildkite.com/uberopensource/fusion-plugin-react-helmet-async)
44

5-
Allows adding content into head via a component driven api
5+
Allows adding content into the document head via a component driven api.
6+
7+
---
68

79
### Table of contents
810

911
* [Installation](#installation)
1012
* [Usage](#usage)
1113
* [Setup](#setup)
1214

15+
---
16+
1317
### Installation
1418

1519
```sh
1620
yarn add fusion-plugin-react-helmet-async
1721
```
1822

23+
---
24+
1925
### Usage
2026

2127
This plugin is a simple wrapper on the [`react-helmet-async`](https://github.com/NYTimes/react-helmet-async) module which handles
@@ -35,6 +41,8 @@ const app = (
3541
);
3642
```
3743

44+
---
45+
3846
### Setup
3947

4048
This module has no dependencies or configuration. Simply register the plugin.

0 commit comments

Comments
 (0)