fix typo in readme (#3179)

## Summary

When creating #3162 I used a single quote `'` instead of grave accent ``
` ``
This commit is contained in:
Grzegorz Bokota 2024-04-22 09:32:05 +02:00 committed by GitHub
parent 5f5e7b574e
commit 0e54cfb019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ uv accepts the following command-line arguments as environment variables:
index URLs, rather than limiting its search to the first index URL that contains the package. index URLs, rather than limiting its search to the first index URL that contains the package.
- `UV_REQUIRE_HASHES`: Equivalent to the `--require-hashes` command-line argument. If set to `true`, - `UV_REQUIRE_HASHES`: Equivalent to the `--require-hashes` command-line argument. If set to `true`,
uv will require that all dependencies have a hash specified in the requirements file. uv will require that all dependencies have a hash specified in the requirements file.
- 'UV_CONSTRAINT': Equivalent to the `--constraint` command-line argument. If set, uv will use this - `UV_CONSTRAINT`: Equivalent to the `--constraint` command-line argument. If set, uv will use this
file as the constraints file. Uses space-separated list of files. file as the constraints file. Uses space-separated list of files.
In each case, the corresponding command-line argument takes precedence over an environment variable. In each case, the corresponding command-line argument takes precedence over an environment variable.