From 2fe9826f643d43028efefbb5a58f410f3ab13e95 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 5 May 2020 13:20:07 +0530 Subject: [PATCH] [skip travis] Update README fix sentence to avoid version/tag confusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d35412e9..91290450 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Notes: - docker-compose-erpnext.yml and docker-compose-frappe.yml set `AUTO_MIGRATE` environment variable to `1`. - `AUTO_MIGRATE` checks if there is semver bump or git hash change in case of develop branch and automatically migrates the sites on container start up. -- It is good practice to tag version to specific version instead of latest. e.g `frappe-socketio:v12.5.1`, `erpnext-nginx:v12.7.1`. +- It is good practice to use image tag for specific version instead of latest. e.g `frappe-socketio:v12.5.1`, `erpnext-nginx:v12.7.1`. ### Local deployment for testing