From 056ed6faeeecda4241d36d3810f6d895ea036708 Mon Sep 17 00:00:00 2001 From: Emidio Stani Date: Wed, 31 Jul 2024 16:19:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed5900..2ef8af7 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ From this point on the user is signed in and he is allowed to: Those functions can be found in the [functions](https://github.com/SEMICeu/SDK-Solid/tree/main/sdk/src/functions) folder and collected in the file [main.ts](https://github.com/SEMICeu/SDK-Solid/blob/main/sdk/src/main.ts) -New functions can be added in the functions folder and declared in the main.ts file +New functions can be added in the functions folder and declared in the main.ts file. The demo is a React application that reuses the SDK built in Typescript and compiled in Javascript. +In order to reuse the SDK, the demo includes it as [dependency](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/package.json#L13) + ## Getting started