From 0022643342469d0569a6945b73ee8abf56799ebb Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Fri, 16 May 2025 18:30:55 +0300 Subject: [PATCH] fix instructions for example react app --- ng-sdk-js/example-webapp-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-sdk-js/example-webapp-react/README.md b/ng-sdk-js/example-webapp-react/README.md index 671470e1..9ee7122b 100644 --- a/ng-sdk-js/example-webapp-react/README.md +++ b/ng-sdk-js/example-webapp-react/README.md @@ -17,7 +17,7 @@ npm install npm run dev ``` -You will have to use a Wallet that was created on one of our public Broker Service Providers (nextgraph.eu by example). +You will have to use a Wallet that was created on one of our public Broker Service Providers (nextgraph.eu by example) before you can actually login. We didn't implement yet the option to create a Wallet while you are using or developing a 3rd party app. ## For developing locally