From 6bde87fb7000a4fba7d5a53ae494a8652eaf038a Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Tue, 17 Sep 2024 13:46:37 -0700 Subject: [PATCH] updating readme and contributing --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 095d142..3fb790f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 733fa55..b10c71e 100644 --- a/README.md +++ b/README.md @@ -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';