Skip to content

Commit

Permalink
docs: move README to packages/react folder (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 21, 2024
1 parent 4ffa9e3 commit 875c734
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ build
dist/

apps/www/public/registry/
packages/react/README.md
2 changes: 1 addition & 1 deletion apps/www/pages/docs/advanced/ToolUI.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ const DatePickerToolUI = makeAssistantToolUI<{}, { date: string }>({
return <DatePicker onSubmit={handleSubmit} />;
},
});
```
```
4 changes: 2 additions & 2 deletions README.md → packages/react/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `assistant-ui`
# `@assistant-ui/react`

`assistant-ui` is a set of React components for AI chat.
assistant-ui is a set of React components for AI chat.

- [Discord](https://discord.gg/S9dwgCNEFs)
- [Website](https://assistant-ui.com/)
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"homepage": "https://assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Yonom/assistant-ui.git"
"url": "https://github.com/Yonom/assistant-ui/tree/main/packages/react"
},
"bugs": {
"url": "https://github.com/Yonom/assistant-ui/issues"
Expand Down

0 comments on commit 875c734

Please sign in to comment.