update README

This commit is contained in:
Philipp Kunz 2018-02-27 22:54:13 +01:00
parent 8f3195db53
commit d977ffb77c

View File

@ -21,6 +21,13 @@ chai + chai-as-promised + chai-string for TypeScript
## Usage
Use TypeScript for best in class instellisense.
```typescript
import { expect } from 'smartchai';
expect(new Error('hi')).to.be.instanceOf(Error);
```
For further information read the linked docs at the top of this README.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)