Skip to content

Commit

Permalink
📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
necojackarc committed Oct 7, 2018
1 parent f591293 commit 723d1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ new MyError('message', error); // Take a message and an error

## Contents

* [Notable Features](#notable-features)
* [Features](#features)
* [Define custom errors easily](#define-custom-errors-easily)
* [Wrap errors without losing any data](#wrap-errors-without-losing-any-data)
* [Installation](#installation)
Expand All @@ -29,7 +29,7 @@ new MyError('message', error); // Take a message and an error
* [Special Thanks](#special-thanks)
* [License](#license)

## Notable Features
## Features

There are some pains around JavaScript error handling.
Two of them are:
Expand Down

0 comments on commit 723d1d0

Please sign in to comment.