timber-node 0.3.0 → 0.4.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 +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,12 +10,6 @@ Easily interact with Timber's core features like managing expenses, invoices, ve
|
|
|
10
10
|
npm install timber-node
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Or install directly from the GitHub repo:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm install git+https://github.com/Timber-UAE/timber-be-sdk-s.git
|
|
17
|
-
```
|
|
18
|
-
|
|
19
13
|
## Getting Started
|
|
20
14
|
|
|
21
15
|
```typescript
|