bkper-js 1.0.0 → 1.2.0

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
@@ -9,19 +9,19 @@ Bkper Node.js client provides a simple and secure way to access the [Bkper REST
9
9
  ### Add the package:
10
10
 
11
11
  ```
12
- npm i -S bkper
12
+ npm i -S bkper-js
13
13
  ```
14
14
  or
15
15
  ```
16
- yarn add bkper
16
+ yarn add bkper-js
17
17
  ```
18
18
  or
19
19
  ```
20
- bun add bkper
20
+ bun add bkper-js
21
21
  ```
22
22
 
23
23
  ## Documentation
24
24
 
25
25
  - [Developer Docs](https://bkper.com/docs)
26
- - [API Reference](https://bkper.com/docs/bkper-node/)
26
+ - [API Reference](https://bkper.com/docs/bkper-js/)
27
27