1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add _l to package name in docs

This commit is contained in:
Kelly Brazil
2021-04-12 13:12:08 -07:00
parent a3ed9d075a
commit 977425abfb
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ Usage (cli):
Usage (module):
import jc.parsers.dpkg
result = jc.parsers.dpkg.parse(dpkg_command_output)
import jc.parsers.dpkg_l
result = jc.parsers.dpkg_l.parse(dpkg_command_output)
Schema:

View File

@ -14,8 +14,8 @@ Usage (cli):
Usage (module):
import jc.parsers.dpkg
result = jc.parsers.dpkg.parse(dpkg_command_output)
import jc.parsers.dpkg_l
result = jc.parsers.dpkg_l.parse(dpkg_command_output)
Schema: