You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +42,6 @@ Before installing ElevenLabs UI, make sure your environment meets the following
42
42
43
43
You can install ElevenLabs UI components using either the `@elevenlabs/agents-cli` CLI or the `shadcn/ui` CLI. Both achieve the same result: adding the selected component’s code and any needed dependencies to your project.
44
44
45
-
The CLI will download the component’s code and integrate it into your project’s directory (usually under your components folder)..
45
+
The CLI will download the component's code and integrate it into your project's directory (usually under your components folder).
46
46
47
47
After running the command, you should see a confirmation in your terminal that the files were added. You can then proceed to use the component in your code.
0 commit comments