diff --git a/README.md b/README.md index 293532c..3707c55 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +***`@rvagg/chai-as-promised` is a fork of [chai-as-promised](https://github.com/domenic/chai-as-promised) converted to ESM, supports Chai v5+ and bundles types natively.*** + +```js +import * as chai from "chai" +import chaiAsPromised from "chai-as-promised" + +chai.use(chaiAsPromised); +const { assert, expect } = chai; +``` + Promises/A+ logo