Skip to content

Commit

Permalink
added module docs reference to readme refs #20
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Feb 3, 2024
1 parent 890a45e commit e4bf148
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ pip install .

Each request must be made with the API key and secret. You can easily create them at Porkbun. Just follow
the [official instructions](https://porkbun.com/api/json/v3/documentation#Authentication). Make sure that you explicitly
activate the API usage for your domain at the end.
activate the API usage for your domain at the end. There are two ways to use abc. The first way is to use it as a Python
module. See the [module documentation](https://infinityofspace.github.io/pkb_client) for more information. The second
way is to use the module from the command line, see below for more information.

After installation *pkb_client* is available under the command `pkb-client`.

Expand Down

0 comments on commit e4bf148

Please sign in to comment.