Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
update api section. add links to typedoc docs. update test status badge
  • Loading branch information
web-mech committed Aug 18, 2024
1 parent 99e8b3c commit c7012cf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

A javascript filter for badwords

[![Testing Testing](https://github.com/web-mech/badwords/actions/workflows/test.yml/badge.svg)](https://github.com/web-mech/badwords/actions/workflows/test.yml)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![TypeDoc](https://img.shields.io/badge/docs-typedoc-blue.svg)](https://web-mech.github.io/badwords/)

## Requirements

Expand Down Expand Up @@ -89,17 +91,13 @@ filter.removeWords(...removeWords)
filter.clean('some sadist hells word!') //some sadist hells word!
```

#### Table of Contents
## API Reference

## API

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

### Table of Contents
Check out [!TypeDoc Documentation](https://web-mech.github.io/badwords/)

## Testing

npm test
yarn test

## License

Expand Down

0 comments on commit c7012cf

Please sign in to comment.