chore: remove trailing whitespace from README.md formatting

This commit is contained in:
2024-12-06 19:30:14 +00:00
parent 6c03eab6ea
commit 567282eb75
6 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ ensure_env: ensure_repo
install: ensure_env
$(PIP) install -e .
$(PIP) install git+https://molodetz.nl/retoor/zhurnal.git
format: ensure_env
$(PIP) install shed
@@ -27,7 +28,7 @@ build: ensure_env
serve: ensure_env
$(BIN)serve --host=0.0.0.0 --port=8888
run: ensure_env
run: ensure_env
$(BIN)zhurnal "make serve" "make bench"
bench: ensure_env