Skip to content

Commit b551bf5

Browse files
TheKnarffacchinm
authored andcommitted
Enhance readme for readability
1 parent 749beb6 commit b551bf5

File tree

1 file changed

+32
-25
lines changed

1 file changed

+32
-25
lines changed

README.md

+32-25
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,47 @@
1-
Arduino
2-
========
1+
<p align="center">
2+
<img src="http://content.arduino.cc/brand/arduino-color.svg" width="50%" />
3+
</p>
34

4-
* Arduino is an open-source physical computing platform based on a simple I/O
5+
Arduino is an open-source physical computing platform based on a simple I/O
56
board and a development environment that implements the Processing/Wiring
67
language. Arduino can be used to develop stand-alone interactive objects or
78
can be connected to software on your computer (e.g. Flash, Processing and MaxMSP).
89
The boards can be assembled by hand or purchased preassembled; the open-source
9-
IDE can be downloaded for free at https://www.arduino.cc/en/Main/Software
10+
IDE can be downloaded for free at [https://arduino.cc](https://www.arduino.cc/en/Main/Software)
1011

11-
* For more information, see the website at: https://www.arduino.cc/
12-
or the forums at: https://forum.arduino.cc/
13-
You can also follow Arduino on Twitter at: https://twitter.com/arduino or
14-
like Arduino on Facebook at: https://www.facebook.com/official.arduino
12+
## More info at
1513

16-
* To report a *bug* in the software or to request *a simple enhancement* go to:
17-
https://github.com/arduino/Arduino/issues
14+
- [Our website](https://www.arduino.cc/)
1815

19-
* More complex requests and technical discussion should go on the Arduino Developers
20-
mailing list:
21-
https://groups.google.com/a/arduino.cc/forum/#!forum/developers
16+
- [The forums](https://forum.arduino.cc/)
2217

23-
* If you're interested in modifying or extending the Arduino software, we strongly
24-
suggest discussing your ideas on the Developers mailing list *before* starting
25-
to work on them. That way you can coordinate with the Arduino Team and others,
18+
- Follow us on [Twitter](https://twitter.com/arduino)
19+
- And like us at [Facebook](https://www.facebook.com/official.arduino)
20+
21+
## Bug reports and technical discussions
22+
23+
- To report a *bug* in the software or to request *a simple enhancement* go to [Github Issues](https://github.com/arduino/Arduino/issues)
24+
25+
- More complex requests and technical discussion should go on the [Arduino Developers
26+
mailing list](https://groups.google.com/a/arduino.cc/forum/#!forum/developers)
27+
28+
- If you're interested in modifying or extending the Arduino software, we strongly
29+
suggest discussing your ideas on the
30+
[Developers mailing list](https://groups.google.com/a/arduino.cc/forum/#!forum/developers)
31+
*before* starting to work on them.
32+
That way you can coordinate with the Arduino Team and others,
2633
giving your work a higher chance of being integrated into the official release
27-
https://groups.google.com/a/arduino.cc/forum/#!forum/developers
2834

29-
Installation
30-
------------
31-
Detailed instructions for installation in popular operating systems.
32-
For Linux: https://www.arduino.cc/en/Guide/Linux (see also the Arduino playground page https://playground.arduino.cc/Learning/Linux)
33-
For macOS X: https://www.arduino.cc/en/Guide/MacOSX
34-
For Windows: https://www.arduino.cc/en/Guide/Windows
35+
## Installation
36+
37+
Detailed instructions for installation in popular operating systems can be found at:
38+
39+
- [Linux](https://www.arduino.cc/en/Guide/Linux) (see also the [Arduino playground](https://playground.arduino.cc/Learning/Linux))
40+
- [macOS](https://www.arduino.cc/en/Guide/MacOSX)
41+
- [Windows](https://www.arduino.cc/en/Guide/Windows)
42+
43+
## Credits
3544

36-
Credits
37-
--------
3845
Arduino is an open source project, supported by many.
3946

4047
The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe

0 commit comments

Comments
 (0)