summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBenjamin Vernoux <bvernoux@gmail.com>2014-06-02 21:53:52 +0200
committerBenjamin Vernoux <bvernoux@gmail.com>2014-06-02 21:53:52 +0200
commit8db7804496db5fc3fba44e5f9ed0cc322814088c (patch)
treebe8edf15aa294b7ec2478ddd9f49f37e1d707e1d
parent569aa90137614e6b54c12fa4aaec32cfdddbdbcd (diff)
downloadmicropython-8db7804496db5fc3fba44e5f9ed0cc322814088c.tar.gz
micropython-8db7804496db5fc3fba44e5f9ed0cc322814088c.zip
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 525269c2f2..b8ead6648a 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Python 3.4 functionality implemented for the data types and modules.
See the repository www.github.com/micropython/pyboard for the Micro
Python board, the officially supported reference electronic circuit board.
+For HydraBus version see HydraBus website: http://hydrabus.com
Major components in this repository:
- py/ -- the core Python implementation, including compiler and runtime.