summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-04-10 19:49:10 +0200
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-04-10 19:49:10 +0200
commitd1b3e578cbc778349246822d40c060755f303dd6 (patch)
tree70ba5be34c9a726d696e89c2f14b551b56eb0d1f /README.md
parent4c3a65cc6a3907cbe91593e047ac9af1d2c138c4 (diff)
chore: switch to NPM dependency for digiid-ts and update docs
- Update package.json to use the 'latest' version of 'digiid-ts' from NPM instead of the local file path. - Run 'npm install' to fetch the package from the registry. - Correct the 'dev:backend' and 'dev' scripts in package.json to fix the build process after the dependency update. - Update the repository clone URL in README.md to the correct address.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25ce1bf..21afa04 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ digiid-ts-demo/
1. Clone the repository:
```bash
- git clone https://github.com/yourusername/digiid-ts-demo.git
+ git clone https://github.com/pawelzelawski/digiid-ts-demo.git
cd digiid-ts-demo
```