Skip to content

Commit

Permalink
docs: update links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Aug 28, 2024
1 parent 811d87b commit cb9d7c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for integrating with bots and other automated systems.

## Installation

You can install PyOutline via [PyPI](https://pypi.org/project/pyoutlineapi/) using pip:
You can install PyOutlineAPI via [PyPI](https://pypi.org/project/pyoutlineapi/) using pip:

```bash
pip install pyoutlineapi
Expand Down Expand Up @@ -93,8 +93,10 @@ for user_id, bytes_transferred in metrics_data.bytesTransferredByUserId.items():

## Contributing

We welcome contributions to PyOutlineAPI! Please follow the guidelines outlined in the CONTRIBUTING.md file.
We welcome contributions to PyOutlineAPI! Please follow the guidelines outlined in
the [CONTRIBUTING.md](https://github.com/orenlab/pyoutlineapi/blob/main/CONTRIBUTING.md) file.

## License

PyOutlineAPI is licensed under the MIT [License](LICENSE). See the LICENSE file for more details.
PyOutlineAPI is licensed under the MIT [License](https://github.com/orenlab/pyoutlineapi/blob/main/LICENSE). See the
LICENSE file for more details.

0 comments on commit cb9d7c3

Please sign in to comment.