diff options
author | Omkara <0mkara@users.noreply.github.com> | 2017-04-23 11:33:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-23 11:33:12 +0800 |
commit | cd5fc7a6d24507ea60e816700a655369ef2532e8 (patch) | |
tree | fcc4e5908cfeb6691a28c6c5eb86323b94300ad2 /docs/index.rst | |
parent | aa441668db9ea5ec68b8988209c3ed7c82659876 (diff) | |
download | dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.tar dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.tar.gz dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.tar.bz2 dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.tar.lz dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.tar.xz dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.tar.zst dexon-solidity-cd5fc7a6d24507ea60e816700a655369ef2532e8.zip |
Update atom-ethereum-interface name change
atom-ethereum-interface is renamed to etheratom, virtual machine compatibility introduced and other updates
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 457b280f..7ffec806 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,8 +48,8 @@ Available Solidity Integrations * `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_ Solidity syntax highlighting for SublimeText editor. -* `Atom Ethereum interface <https://github.com/gmtDevs/atom-ethereum-interface>`_ - Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node). +* `Etheratom <https://github.com/0mkara/etheratom>`_ + Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ Plugin for the Atom editor that provides Solidity linting. |