@gr33n-ai/jade-sdk-client 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,7 @@ pnpm add @gr33n-ai/jade-sdk-client
15
15
  ## Quick Start
16
16
 
17
17
  ```tsx
18
- import { JadeProvider, useJadeSession } from '@gr33n-ai/jade-sdk-client/react';
18
+ import { JadeProvider, useJadeSession } from '@gr33n-ai/jade-sdk-client';
19
19
 
20
20
  function App() {
21
21
  return (