You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,20 @@ A Python program that will copy files to a CircuitPython device, basically elimi
3
3
the CircuitPython drive being corrupted and allows for version-control systems!
4
4
5
5
> Problems? Please
6
-
[file an issue](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager/issues/new) or even better, a pull
6
+
[file an issue](https://github.com/UnsignedArduino/CircuitPython-Project-Manager/issues/new) or even better, a pull
7
7
request if you can fix it!
8
8
9
9
> Need help/don't understand something? Join the [Adafruit Discord server](http://adafru.it/discord) and ping @Ckyiu
10
10
> on there!
11
11
12
-
> Check out my other projects related to CircuitPython:
13
-
> -[CircuitPython-Bundle-Manager](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager): A Python program that makes it easy to manage modules on a CircuitPython device!
12
+
> Note: If you are viewing this file offline, the HTML generated from this markdown isn't perfect. It is highly
13
+
recommended that you view this file on
14
+
[GitHub](https://github.com/UnsignedArduino/CircuitPython-Project-Manager/blob/main/README.md), as it has been tuned for
15
+
GitHub-style markdown.
16
+
17
+
> Check out my other projects related to CircuitPython: (Oh look **shameless self-promotion** again)
18
+
> -[CircuitPython-Bundle-Manager](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager): A Python program
19
+
that makes it easy to manage modules on a CircuitPython device!
14
20
15
21
> Note: As you can tell, the documentation is _definitely_ not finished. While I'm writing this documentation, you
16
22
> can either wait for me to finish (not recommended) or ping me on Discord on the Discord server linked above.
0 commit comments