diff --git a/README.md b/README.md index 5df9df5..9b6c783 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ New functions can be added in the functions folder and declared in the main.ts f 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 first as [dependency](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/package.json#L13), so then the application can reuse certain functions, see [App.tsx-Line2](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/src/App.tsx#L2) and directly call them, see [App.tsx-Line86](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/src/App.tsx#L86) +In order to reuse the SDK, the demo includes it first as [dependency](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/package.json#L13), so then the application can reuse certain functions, see [App.tsx-Line2](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/src/App.tsx#L2), and directly call them, see [App.tsx-Line86](https://github.com/SEMICeu/SDK-Solid/blob/main/demo/src/App.tsx#L86)