1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Update README.md

This commit is contained in:
Juiçe
2023-10-23 17:17:01 +08:00
committed by GitHub
parent 0a0b576f79
commit f3533711c4

View File

@@ -6,7 +6,7 @@ See live demo: [inke-web](https://inke.app)
<img alt="Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions." src="https://inke.app/desktop.png">
# 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 <Editor />;
@@ -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)