Skip to content

Commit

Permalink
Merge pull request #8 from jaredwray/updating-readme-and-contributing
Browse files Browse the repository at this point in the history
updating readme and contributing
  • Loading branch information
jaredwray authored Sep 17, 2024
2 parents a45fdef + 6bde87f commit 00d8ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ If you need more information on the steps to create a pull request, you can find


# Code of Conduct
Please refer to our [Code of Conduct](https://github.com/jaredwray/hookified/blob/main/CODE_OF_CONDUCT.md) readme for how to contribute to this open source project and work within the community.
Please refer to our [Code of Conduct](CODE_OF_CONDUCT.md) readme for how to contribute to this open source project and work within the community.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install hookified --save
```

## Usage
This was built because we constantly wanted hooks and events extended on libraires we are building such as [Keyv](https://keyv.org). This is a simple way to add hooks and events (via [emittery](https://npmjs.com/package/emittery)) to your libraries.
This was built because we constantly wanted hooks and events extended on libraires we are building such as [Keyv](https://keyv.org) and [Cacheable](https://cacheable.org). This is a simple way to add hooks and events (via [emittery](https://npmjs.com/package/emittery)) to your libraries.

```javascript
import { Hookified } from 'hookified';
Expand Down

0 comments on commit 00d8ec8

Please sign in to comment.