diff --git a/README.md b/README.md index 6767a24d..9cd8aa6a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Sygma Widget is a customizable frontend that leverages the `Sygma protocol` and can be integrated into any Dapp regardless of the framework used. More information can be found in our [docs](https://docs.buildwithsygma.com/) -This repository is divided into two packages. The [Widget](./packages/widget/) package is a web component built using Lit framework that allows you to have a widget for the `Sygma` protocol project`. The [React](./packages/react/) package is a wrapper around the Lit Widget that allows developers to use this application inside react projects. +This repository is divided into two packages. The [Widget](./packages/widget/) package is a web component built using Lit framework that allows you to have a widget for the `Sygma` protocol project. The [React](./packages/react/) package is a wrapper around the Lit Widget that allows developers to use this application inside react projects. ## Quick setup @@ -16,9 +16,9 @@ yarn dev ## How to integrate -Check respective readmes to follow instructions on how to integrate the Widget into your codebase. +Check respective READMES to follow instructions on how to integrate the Widget into your codebase. -* for Lit based projects you can directly install, import and use the web component version of the Widget. You can find further instructions [here](./packages/widget/README.md) +* for web component based projects, you can directly install, import and use the Widget. You can find further instructions [here](./packages/widget/README.md) * for React based projects, please refer to this [README](./packages/react/README.md) file to get further instructions * a react example is provided [here](/examples/react-widget-app/) for a more detailed reference diff --git a/packages/react/README.md b/packages/react/README.md index d1e5742f..e6a58306 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -2,7 +2,7 @@ ## Quick setup -To integrate this Widget into any react project follow this instructions below +To integrate this Widget into any React project follow this instructions below ### Dependencies @@ -40,7 +40,7 @@ You can also pass props to the Widget component to customize it: function MyDapp(){ return (