Skip to content

Commit 08887ae

Browse files
authored
Update README.md
1 parent 4c40217 commit 08887ae

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
@@ -33,7 +33,7 @@ Note, python-jamf can work with unsupported Jamf records, it just isn't as easy
3333

3434
### Quick Example
3535

36-
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.
36+
This is just a quick example of the power and ease-of-use of python-jamf. The following code creates a computer record, changes the new record's name, then shows some examples of how to find records, then deletes the record created by the script.
3737

3838
```python
3939
from python_jamf import server

0 commit comments

Comments
 (0)