Skip to content

Commit

Permalink
modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1am committed Aug 15, 2024
1 parent 058ddcc commit 3d0fb78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module provides a Python interface for making API calls to the Wiz.
## Installation

```bash
pip install git+https://github.com/ma1am/wizapi.git
pip install wizapi
```

## Usage
Expand Down Expand Up @@ -48,5 +48,5 @@ w=Wiz(stored=True)


## Methods
- `query()` : non-paginated result
- `query_all()`: paginated query result# wizapi
- `query()` : non-paginated query result (dict)
- `query_all()`: paginated query result (dict)

0 comments on commit 3d0fb78

Please sign in to comment.