Update README.md
This commit is contained in:
@@ -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">
|
<img alt="Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions." src="https://inke.app/desktop.png">
|
||||||
|
|
||||||
# Install pkg
|
# Install Inke
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install inkejs
|
npm install inkejs
|
||||||
@@ -32,7 +32,7 @@ pnpm dev
|
|||||||
Then, you can use it in your code like this:
|
Then, you can use it in your code like this:
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import { Editor } from "inke";
|
import { Editor } from "inkejs";
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
return <Editor />;
|
return <Editor />;
|
||||||
@@ -73,6 +73,10 @@ Inke is built on the following stack:
|
|||||||
- [Vercel](https://vercel.com) – deployments
|
- [Vercel](https://vercel.com) – deployments
|
||||||
- [TailwindCSS](https://tailwindcss.com/) – styles
|
- [TailwindCSS](https://tailwindcss.com/) – styles
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
[](https://star-history.com/#yesmore/inke&Date)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[Apache-2.0](./LICENSE) © [yesmore](https://github.com/yesmore)
|
[Apache-2.0](./LICENSE) © [yesmore](https://github.com/yesmore)
|
||||||
|
Reference in New Issue
Block a user