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)