diff --git a/README.md b/README.md index 44ab64c..95c3200 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,15 @@

- ChaiJS check-error + ChaiJS +
+ check-error

Error comparison and information related utility for node and the browser.

-

- - license:mit - - - tag:? - - - ![example workflow](https://github.com/chaijs/check-error/actions/workflows/nodejs.yml/badge.svg) - - - coverage:? - - - npm:? - - - dependencies:? - - - devDependencies:? - -
- - Selenium Test Status - -
- - Join the Slack chat - - - Join the Gitter chat - -

- ## What is Check-Error? Check-Error is a module which you can use to retrieve an Error's information such as its `message` or `constructor` name and also to check whether two Errors are compatible based on their messages, constructors or even instances.