Skip to content

Commit fad3c35

Browse files
committed
Updated README
1 parent b6e7181 commit fad3c35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
[![Maintainability](https://api.codeclimate.com/v1/badges/0ed05bb07ca3c9678002/maintainability)](https://codeclimate.com/github/snorklerjoe/CubeServer-api-circuitpython/maintainability)
44

5-
The CircuitPython version of the data API wrapper for a high-school STEM competition
5+
The CircuitPython/CPython version of the data API wrapper for a high-school STEM competition
66

7+
This is implemented for both CPython (it is assumed the computer is already connected to the access point for this use-case) and CircuitPython (for microcontrollers).
78

89
# Example code:
910
``` Python
10-
from server import Connection, Text
11+
from servercom import Connection, Text
1112

1213
print("Connecting to the server...")
1314
connection = Connection()

0 commit comments

Comments
 (0)