diff --git a/README.md b/README.md index 74bf157..a927271 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To achieve those, **Unpack**: > [!NOTE] > Unpack started as an exercise to learn Rust. If you are a [rustacean](https://rustacean.net/), you'll find an abundance of -> bugs, defects, and bottlenecks. If you come across anything, please open an [issue](https://github.com/bnkc/unpack/issues) +> bugs, defects, and bottlenecks. If you come across anything, please open an [Issue](https://github.com/bnkc/unpack/issues) > so I can learn and grow. Thanks! @@ -87,7 +87,7 @@ cargo install un-pack --locked > [!WARNING] > There are scenarios where using `Unpack` can yield false positives. Mapping `site-packages` to their corresponding > dependencies/imports are not always a 1:1 relationship. For Example: `scikit-learn` is imported as `sklearn`. -> Alot of decisions were made based on [Metadata for Python Software Packages](https://peps.python.org/pep-0566/) +> Alot of decisions were made based on [Metadata for Python Software Packages]([https://peps.python.org/pep-0566/](https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata)) ### Command-line options