aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-20 23:34:32 +0800
committerchriseth <c@ethdev.com>2016-05-20 23:34:32 +0800
commitcde6ad87225035899e3d74bba5132a597dba0b76 (patch)
tree02574a77bbc6ed69900b5031d82d28dd327e6af1
parentfad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 (diff)
downloaddexon-solidity-cde6ad87225035899e3d74bba5132a597dba0b76.tar.gz
dexon-solidity-cde6ad87225035899e3d74bba5132a597dba0b76.tar.zst
dexon-solidity-cde6ad87225035899e3d74bba5132a597dba0b76.zip
Remove remark about not being able to deploy.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64659793..a1a524d8 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
To get started you can find a basic introduction to the language in the [Solidity Documentation](https://solidity.readthedocs.org).
-You can start using [Solidity in your browser](https://ethereum.github.io/browser-solidity/) with no need to download or compile anything. This application only supports compilation - if you want to inject it into the blockchain, you have to use a client like [Geth](https://github.com/ethereum/go-ethereum/wiki) or [AlethZero](https://github.com/ethereum/alethzero).
+You can start using [Solidity in your browser](https://ethereum.github.io/browser-solidity/) with no need to download or compile anything.
[Changelog](https://github.com/ethereum/wiki/wiki/Solidity-Changelog)