Fix README (#1315)

Oversight and typo.
This commit is contained in:
Charlie Marsh 2024-02-15 12:01:54 -05:00 committed by GitHub
parent e9e3e573a2
commit 328b116d5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ On the other hand, Puffin plans to (but does not currently) support:
- [Hash-checking mode](https://github.com/astral-sh/puffin/issues/474)
- [URL requirements without package names](https://github.com/astral-sh/puffin/issues/313)
(e.g., `https://...` instead of `package @ https://...`).
(e.g., `https://...` instead of `package @ https://...`)
Like `pip-compile`, Puffin generates a platform-specific `requirements.txt` file (unlike, e.g.,
`poetry` and `pdm`, which generate platform-agnostic `poetry.lock` and `pdm.lock` files). As such,
@ -323,12 +323,13 @@ Puffin's dependency resolver uses [PubGrub](https://github.com/pubgrub-rs/pubgru
We're grateful to the PubGrub maintainers, especially [Jacob Finkelman](https://github.com/Eh2406),
for their support.
Puffin's Git implementation draws on details from [Cargo](https://github.com/rust-lang/cargo).
Puffin's Git implementation is based on [Cargo](https://github.com/rust-lang/cargo).
Some of Puffin's optimizations are inspired by the great work we've seen in
[Orogene](https://github.com/orogene/orogene) and [Bun](https://github.com/oven-sh/bun). We've also
learned a lot from Nathaniel J. Smith's [Posy](https://github.com/njsmith/posy) and adapted its
[trampoline](https://github.com/njsmith/posy/tree/main/src/trampolines/windows-trampolines/posy-trampoline).
[pnpm](https://pnpm.io/), [Orogene](https://github.com/orogene/orogene), and
[Bun](https://github.com/oven-sh/bun). We've also learned a lot from Nathaniel
J. Smith's [Posy](https://github.com/njsmith/posy) and adapted its [trampoline](https://github.com/njsmith/posy/tree/main/src/trampolines/windows-trampolines/posy-trampoline)
for Windows support.
## License