@pi-stef/finance 0.1.1 → 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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,9 @@ Or via catalog:
|
|
|
15
15
|
|
|
16
16
|
## Prerequisites
|
|
17
17
|
|
|
18
|
-
The `@pi-stef/finance-api` service must be running (Docker or native). See the [finance-api README](../finance-api/README.md) for setup.
|
|
18
|
+
The `@pi-stef/finance-api` service must be running (Docker or native). See the [finance-api README](../finance-api/README.md) or the [docs-site guide](../../docs-site/packages/finance-api.md) for setup.
|
|
19
|
+
|
|
20
|
+
> **Full documentation:** [docs-site/packages/finance.md](../../docs-site/packages/finance.md)
|
|
19
21
|
|
|
20
22
|
## Configuration
|
|
21
23
|
|
package/package.json
CHANGED