summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugusto Stoffel <arstoffel@gmail.com>2024-03-02 08:41:27 +0100
committerAugusto Stoffel <arstoffel@gmail.com>2024-03-02 08:41:27 +0100
commit77e642b6f7e544d50ef212ec186adf50d941df12 (patch)
treebf07e7b54bbafb01217273c183270417780d2171
parent8ba30f5b7df3a219e792377b1d7163a536896a4b (diff)
Fix typo
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 7939ce6..2dee5be 100644
--- a/README.org
+++ b/README.org
@@ -69,7 +69,7 @@ certain script names are treated specially. These are:
dependencies, otherwise you may block Emacs for a long time.
- =flake.nix= and =shell.nix=: These files are used by the Nix package
manager and are handled similarly to Guix.
-- =pyproject.toml= If you are using [[https://python-poetry.org/][Poetry]], [[https://hatch.pypa.io/][Hatch]] or [[https://pdm.fming.dev][PDM]], buffer-env
+- =pyproject.toml=: If you are using [[https://python-poetry.org/][Poetry]], [[https://hatch.pypa.io/][Hatch]] or [[https://pdm.fming.dev][PDM]], buffer-env
can infer the project environment from them.
- =*.ps1=: Similar to a regular shell script, but interpreted by
PowerShell.