We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e530e commit 400ca3eCopy full SHA for 400ca3e
README.md
@@ -13,8 +13,11 @@ Adafruit's Raspberry-Pi Python Code Library
13
BSD license, all text above and below must be included in any redistribution
14
15
To download, we suggest logging into your Pi with Internet accessibility and typing:
16
- git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
17
+```bash
18
+git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
19
+```
20
+
21
============
22
Copyright (c) 2012-2013 Limor Fried, Kevin Townsend and Mikey Sklar for Adafruit Industries.
23
All rights reserved.
0 commit comments