From f3533711c43d671306434bbad176e4bfbf3b72f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jui=C3=A7e?= <3224266014@qq.com> Date: Mon, 23 Oct 2023 17:17:01 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31c67e2..e16ee2e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ See live demo: [inke-web](https://inke.app) Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions. -# Install pkg +# Install Inke ```bash npm install inkejs @@ -32,7 +32,7 @@ pnpm dev Then, you can use it in your code like this: ```jsx -import { Editor } from "inke"; +import { Editor } from "inkejs"; export default function App() { return ; @@ -73,6 +73,10 @@ Inke is built on the following stack: - [Vercel](https://vercel.com) – deployments - [TailwindCSS](https://tailwindcss.com/) – styles +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=yesmore/inke&type=Date)](https://star-history.com/#yesmore/inke&Date) + ## License [Apache-2.0](./LICENSE) © [yesmore](https://github.com/yesmore)