From 0dd50d4d5b9b127b804a3650a9307f3604441748 Mon Sep 17 00:00:00 2001
From: Thomas Reifenberger <tom-mi@users.noreply.github.com>
Date: Fri, 20 Nov 2015 21:17:53 +0100
Subject: [PATCH] Fix typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cfc287f..cbea7cd 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Create a directory structure as follows:
     ├── web/
     └── dist.py
 
-Empty directories can be omitted. Running `check.py` will pack all files in the
+Empty directories can be omitted. Running `dist.py` will pack all files in the
 directories listed above to a mkp package with the canonical name and the
 specified metadata. The mkp file will be written to the `dist` directory.
 
-- 
GitLab