diff --git a/README.md b/README.md index 8ede901..da1b76a 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Full documentation coming soon. In the meantime, check out the examples in this We welcome feedback and contributions to this package - browse the [open issues](https://github.com/mlsedigital/mplbasketball/issues), or open a [pull request](https://github.com/mlsedigital/mplbasketball/pulls)! # Inspirations -This package is takes inspiration from [mplsoccer](https://github.com/andrewRowlinson/mplsoccer), one of the first and best-written sports plotting libraries. Many of the structural decisions made here have been inspired by mplsoccer's `Pitch` class. +This package takes inspiration from [mplsoccer](https://github.com/andrewRowlinson/mplsoccer), one of the first and best-written sports plotting libraries. Many of the structural decisions made here have been inspired by mplsoccer's `Pitch` class. # License diff --git a/pyproject.toml b/pyproject.toml index 61971a6..ff097d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "mplbasketball" version = "1.0.0" -description = "A Python plotting library to facilitate visualization of basketball data." +description = "A Python plotting library for visualization of basketball data." authors = ["Sreekar Voleti "] license = "MIT" readme = "README.md"