From 6b38a841f294844d7fdc2787381a4f7d08b3ec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Wed, 25 Nov 2020 15:44:43 +0100 Subject: [PATCH] Fix name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6be84..fa88a22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# systemd-unitfiles +# unitfile-parser This is a small utility library to parse systemd unitfiles to- and from JavaScript data structures. Three formats are available: 1. `string`, which is the representation inside a unit file,