Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkc committed Apr 11, 2024
1 parent 138e559 commit 84aa64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 84aa64f

Please sign in to comment.