From 3cc82a6208d0c5b8f22b527a826640183ea11a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Maro=C5=A1i?= Date: Mon, 19 Feb 2024 08:58:27 +0100 Subject: [PATCH] fix(sources): readme client name --- packages/sources/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sources/README.md b/packages/sources/README.md index 9f5deb3f..b9089a40 100644 --- a/packages/sources/README.md +++ b/packages/sources/README.md @@ -56,11 +56,11 @@ export baseApi; ## Building -Run `nx build approval-client` to build the library. +Run `nx build sources-client` to build the library. ## Running unit tests -Run `nx test approval-client` to execute the unit tests via [Jest](https://jestjs.io). +Run `nx test sources-client` to execute the unit tests via [Jest](https://jestjs.io). ## API documentation