Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Apr 20, 2020
1 parent 507cdf3 commit f1d45f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Connex is the standard interface to connect VeChain apps with VeChain blockchain and users. Aiming to help developers building decentralized applications.
[Sync](https://env.vechain.org/#sync) or other connex compatible [clients](https://env.vechain.org/) will expose `connex` API by an injected object on [`Window Object`](https://developer.mozilla.org/en-US/docs/Glossary/Global_object).
<p align="center">
<img src="./docs/connex.jpg" alt="Connex Overview">
<img src="../../docs/connex.jpg" alt="Connex Overview">
</p>

## How To
Expand Down Expand Up @@ -74,7 +74,7 @@ if(!window.connex) {
<details><summary>Implementation Architecture(SYNC)</summary>
<p align="center">

<img src="./docs/architecture.png" alt="Connex Architecture" width=400/>
<img src="../../docs/architecture.png" alt="Connex Architecture" width=400/>

</p>
</details>
Expand Down

0 comments on commit f1d45f3

Please sign in to comment.