From 6bccfcc83ee59e18e3585a7e19cd8176ec563ec3 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 6 Apr 2022 15:27:45 -0300 Subject: [PATCH] Minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3ee8f1..ca6b06e1 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ A workaround for this is to run the tests using docker. Make sure you have docke Run snapshot tests: `docker-compose -f docker-compose.snapshots.yml up` If anything changed, and the change was intentional, update the snapshots and then commit the new images to source control. -Update snapshots: `docker-compose -f docker-compose.snapshots.update.yml up` +Update snapshots: `docker-compose -f docker-compose.snapshots.update.yml up`