We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2111a8d commit 3936f27Copy full SHA for 3936f27
1 file changed
README.md
@@ -44,17 +44,17 @@ ODXProxy is a gateway that securely exposes Odoo RPC functionality over HTTPS wi
44
## Installation
45
46
```
47
-npm install @odxproxy/client
+npm install @terrakernel/odxproxy-client-js
48
# or
49
-yarn add @odxproxy/client
+yarn add @terrakernel/odxproxy-client-js
50
51
-pnpm add @odxproxy/client
+pnpm add @terrakernel/odxproxy-client-js
52
53
54
## Quick Start
55
56
```ts
57
-import { init, search_read } from "@odxproxy/client";
+import { init, search_read } from "@terrakernel/odxproxy-client-js";
58
59
// Initialize once at app startup
60
init({
0 commit comments