Skip to content

Commit 3936f27

Browse files
committed
fix package name
1 parent 2111a8d commit 3936f27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ ODXProxy is a gateway that securely exposes Odoo RPC functionality over HTTPS wi
4444
## Installation
4545

4646
```
47-
npm install @odxproxy/client
47+
npm install @terrakernel/odxproxy-client-js
4848
# or
49-
yarn add @odxproxy/client
49+
yarn add @terrakernel/odxproxy-client-js
5050
# or
51-
pnpm add @odxproxy/client
51+
pnpm add @terrakernel/odxproxy-client-js
5252
```
5353

5454
## Quick Start
5555

5656
```ts
57-
import { init, search_read } from "@odxproxy/client";
57+
import { init, search_read } from "@terrakernel/odxproxy-client-js";
5858

5959
// Initialize once at app startup
6060
init({

0 commit comments

Comments
 (0)