Skip to content

Commit 0f80982

Browse files
authored
Update README.md (#75)
1 parent e537fa6 commit 0f80982

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,26 @@
22

33
> [Arc.react](https://github.com/daostack/arc.react) componentizes [DAOstack's Arc.js library](https://github.com/daostack/arc.js), enabling easier React application integration.
44
5-
Turn any React app into a DAO enabled dApp in just 1, 2, 3...
5+
**Turn any React app into a DAO enabled dApp in just:**
66

7-
1. `npm i --save @daostack/arc.react`
8-
2. `<Arc config={new ArcConfig("rinkeby")}>`
9-
3. `<DAO address="0xMY_DAO">`
7+
1...
8+
```bash
9+
npm i --save @daostack/arc.react`
10+
```
11+
12+
2...
13+
```html
14+
<Arc config={new ArcConfig("rinkeby")}>
15+
```
16+
17+
3...
18+
```html
19+
<DAO address="0xMY_DAO">
20+
```
1021

11-
Enabling you to build custom interfaces for displaying and interacting with your DAO's members...
22+
**Enabling you to build custom interfaces for displaying and interacting with your DAO's:**
1223
24+
members...
1325
```html
1426
<Members>
1527
<Member.Data>
@@ -42,7 +54,7 @@ proposals...
4254
</Proposals>
4355
```
4456
45-
and any other entity [within the DAOstack protocol](./src/components).
57+
**and any other entity [within the DAOstack protocol](./src/components)!**
4658
4759
## Read The Docs
4860

0 commit comments

Comments
 (0)