From ed8a1f9d39b348d3f72629086bc60a74491a0c8f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 22 Jun 2023 10:58:13 +0200 Subject: [PATCH] Fix typo (found by codespell) Signed-off-by: Stefan Weil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e2a938..99ec222 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Example: # download all preconfigured models ocrd resmgr download ocrd-detectron2-segment "*" -For installation **via Docker**, usage is bascially the same as above – with some modifications: +For installation **via Docker**, usage is basically the same as above – with some modifications: # For data persistency, decide which host-side directories you want to mount in Docker: DATADIR=/host-side/path/to/data