mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc update
This commit is contained in:
@ -16,15 +16,15 @@ or
|
||||
Usage (module):
|
||||
|
||||
import jc
|
||||
result = jc.parse('nsd-control', nsd-control_command_output)
|
||||
result = jc.parse('nsd_control', nsd_control_command_output)
|
||||
|
||||
Schema:
|
||||
|
||||
[
|
||||
{
|
||||
"version": string,
|
||||
"verbosity": integer,
|
||||
"ratelimit": integer
|
||||
"version": string,
|
||||
"verbosity": integer,
|
||||
"ratelimit": integer
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -11,7 +11,7 @@ or
|
||||
Usage (module):
|
||||
|
||||
import jc
|
||||
result = jc.parse('nsd-control', nsd-control_command_output)
|
||||
result = jc.parse('nsd_control', nsd_control_command_output)
|
||||
|
||||
Schema:
|
||||
|
||||
|
Reference in New Issue
Block a user