Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 20, 2023
1 parent 2c2794c commit beaba4a
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions docs/README.md
@@ -1,24 +1,16 @@
# Masa React
- v1.1.1 / [Exports](modules.md)

---

**🌽🌽 THIS IS BETA SOFTWARE. IT COULD LEAD TO RAPID UNSCHEDULED DISASSEMBLY. If you run into problems, please open up a new issue. 🌽🌽**

---

<!-- TOC -->

* [Setup](#setup)
* [Setup](#setup)
* [Getting Started with masa-react](#getting-started-with-masa-react)
* [Setup](#setup)
* [Styles](#styles)
* [Usage ( inside MasaProvider )](#usage--inside-masaprovider-)
* [Example for useMasa ( Connect users wallet )](#example-for-usemasa--connect-users-wallet-)
* [Example for masa object ( Wallet is already connected here )](#example-for-masa-object--wallet-is-already-connected-here-)
* [For some contracts you will need some pre requisites ( Scopes )](#for-some-contracts-you-will-need-some-pre-requisites--scopes-)
* [Current useMasa shape](#current-usemasa-shape)

* [Setup](#setup-1)
* [Styles](#styles)
* [Usage ( inside MasaProvider )](#usage--inside-masaprovider-)
* [Example for useMasa ( Connect users wallet )](#example-for-usemasa--connect-users-wallet-)
* [Example for masa object ( Wallet is already connected here )](#example-for-masa-object--wallet-is-already-connected-here-)
* [For some contracts you will need some pre requisites ( Scopes )](#for-some-contracts-you-will-need-some-pre-requisites--scopes-)
* [Current useMasa shape](#current-usemasa-shape)
<!-- TOC -->

## Setup
Expand Down Expand Up @@ -82,7 +74,9 @@ const connectionHandler = useCallback(() => {

<Button
onClick={connectionHandler}>
Connect with Masa
Connect
with
Masa
</Button>

```
Expand Down Expand Up @@ -125,7 +119,9 @@ const connectionHandler = useCallback(() => {

<Button
onClick={connectionHandler}>
Connect with Masa
Connect
with
Masa
</Button>
```

Expand Down

0 comments on commit beaba4a

Please sign in to comment.