Skip to content

Commit 82b5148

Browse files
authored
Update README.md
1 parent 404f6f4 commit 82b5148

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
@@ -83,7 +83,7 @@ else:
8383
print("This script didn't create the test record, so it's not going to delete it")
8484
```
8585

86-
A few notes. You can replace `jamf.Computers()` with `jamf.Policies()` or any supported record type.
86+
All supported record types are accessed like this: `jps.records.Computers()`, `jps.records.Policies()`, `jps.records.Packages()`, etc.
8787

8888
## Quick Start
8989

0 commit comments

Comments
 (0)