From f898beadefba7c9a36ba9399bd4b72b23e10c3e1 Mon Sep 17 00:00:00 2001 From: Dmytro Sokil Date: Thu, 29 Nov 2018 20:58:05 +0200 Subject: [PATCH] manual database update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ead0e288..c2586d17 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ If you want to update database more often, use script `update_db.sh`. Call this script by cron, during deploy process or when build your docker image. ``` -/path/to/project/vendor/sokil/php-isocodes/update_db.sh /var/isododes +/path/to/project/vendor/sokil/php-isocodes/update_db.sh /var/isocodes ``` Now you need to configure factory to use this directory: @@ -104,7 +104,7 @@ Now you need to configure factory to use this directory: ```php