Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani authored Jul 31, 2024
1 parent 7706626 commit 9612cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down

0 comments on commit 9612cfc

Please sign in to comment.