Skip to content

Commit b824b98

Browse files
authored
Update README.md
1 parent 24ee359 commit b824b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ The tool generates an UML description for the DAO. Use [Plantuml](http://plantum
2727

2828
**generate for a live DAO on mainnet**
2929

30-
[Example: DAO-Kernel on mainnet](https://etherscan.io/address/0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C#code)
31-
3230
`$ aragraph 0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C --chain-id 1 > dao.plantuml `
3331

3432
**generate from yaml description**
@@ -49,7 +47,9 @@ or open with [vscode-PlantUML](https://marketplace.visualstudio.com/items?itemNa
4947

5048
### for a live DAO on mainnet
5149

52-
![image](https://user-images.githubusercontent.com/2865694/70667693-cded8900-1c71-11ea-8ae6-7cafe6311244.png)
50+
[Example: DAO-Kernel on mainnet](https://etherscan.io/address/0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C#code)
51+
52+
![fromDAO](https://user-images.githubusercontent.com/2865694/70704084-9b737880-1cd1-11ea-8288-e01a356d756f.png)
5353

5454
```js
5555
new AragonPermissions().fromDAO(address, chainId).then((aragaph) => {
@@ -64,7 +64,7 @@ new AragonPermissions().fromDAO(address, chainId).then((aragaph) => {
6464

6565
[Example: Company.yaml](https://github.com/aragon/dao-templates/blob/cc1eb1174a13c6d5ed0fcc1bbcc9d21bf9137a84/descriptor/examples/company.yaml)
6666

67-
![image](https://user-images.githubusercontent.com/2865694/64525950-5a4e7f80-d302-11e9-875e-162affd6379c.png)
67+
![fromYaml](https://user-images.githubusercontent.com/2865694/70704101-a3331d00-1cd1-11ea-98a5-908818107cbb.png)
6868

6969

7070
```js

0 commit comments

Comments
 (0)