From 723d1d04542348af1d2340ca4313a27e177d0747 Mon Sep 17 00:00:00 2001 From: necojackarc Date: Sun, 7 Oct 2018 19:16:57 +0000 Subject: [PATCH] :memo: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8185f34..30e993b 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: