From be42f2637cd33687b6c9f6922f1f4b3ac71911ab Mon Sep 17 00:00:00 2001 From: John Denver Date: Wed, 6 Apr 2022 11:37:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20first=20commit=20=F0=9F=8C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 10 ---------- package.json | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.MD b/README.MD index a6710af..c4f1f29 100644 --- a/README.MD +++ b/README.MD @@ -23,16 +23,6 @@ npm install @vodyani/kafka-node-adapter - [kafka-node](https://github.com/SOHU-Co/kafka-node) `v5` -### Usage - -> Due to naming conflicts, you need to introduce additional declare `TypeSequelize` when using `sequelize-typescript`. - -``` -import { TypeSequelize } from '@vodyani/kafka-node-adapter'; -``` - -## Contributing - ## License Vodyani kafka-node-adapter is [MIT licensed](LICENSE). diff --git a/package.json b/package.json index c35e01f..353e08f 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "keywords": [ "vodyani", "nodejs", + "adapter", "kafka-node", "javascript", "typescript",