diff options
author | chriseth <chris@ethereum.org> | 2017-04-25 01:22:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 01:22:01 +0800 |
commit | 0b2a05c84d83b1f22acb4201d0792d7f7865d1f9 (patch) | |
tree | 1b68a32216224632c49967ba362b514920cc03d7 /docs | |
parent | 6202664d702289f77b6464f22bbe480478abafba (diff) | |
parent | cd5fc7a6d24507ea60e816700a655369ef2532e8 (diff) | |
download | dexon-solidity-0b2a05c84d83b1f22acb4201d0792d7f7865d1f9.tar.gz dexon-solidity-0b2a05c84d83b1f22acb4201d0792d7f7865d1f9.tar.zst dexon-solidity-0b2a05c84d83b1f22acb4201d0792d7f7865d1f9.zip |
Merge pull request #2160 from 0mkara/patch-2
Update atom-ethereum-interface name change
Diffstat (limited to 'docs')
-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. |