Skip to content

Commit 9aa7041

Browse files
authored
Update README.md color coding
1 parent 07a91d5 commit 9aa7041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note, python-jamf can work with unsupported Jamf records, it just isn't as easy
3535

3636
This is just a quick example of the power and ease-of-use of python-jamf. The following code prints the last_contact_time from all computer records, from a computer record with the ID of 1, a computer record named "Jimmy's Mac", and computer records that match a regex. Then, it searches for a computer by name and if it exists then it changes the name. Lastly, it shows how to delete and create records.
3737

38-
```
38+
```python
3939
from python_jamf import server
4040

4141
jps = server.Server()

0 commit comments

Comments
 (0)