From 6b456614b83bbc7151d399dd36118b6b7cbd9ccf Mon Sep 17 00:00:00 2001 From: evilchili Date: Tue, 26 Mar 2024 00:49:15 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91706a3..cc07578 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The most common usage and the default if no command is specified is to do a `bui * format your source with isort, autoflake, and black; * run all tests; * (re)install the packages in your projet virtual environment; and -* does a package release build +* build a release in `dist/`. ```bash % slam