From b03c84c84b1e7e4d501268a546a054aaf035ece8 Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Tue, 5 Dec 2023 15:04:31 +0100 Subject: [PATCH] Fixed wrong repository and app name in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bf9021..aa3a23c 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ No external modules needed, as this module covers only core ERPNext and Frappe Install the modul as usual: ```bash -bench get-app hr_time https://github.com/atlas-aero/erpnext_hr_time +bench get-app hr_time https://github.com/atlas-aero/erpnext_lingua_de ``` ```bash -bench --site install-app hr_time +bench --site install-app lingua_de ``` ## Development