From 75a03e4ce55ef9b044a241d42b46f3d0e180636c Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Mon, 30 Nov 2020 10:07:38 +0100 Subject: [PATCH] Fixing 1 typo in README Signed-off-by: Didier Durand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06331484a..d7e9df01f 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ status, err := task.Wait(context) ### Checkpoint and Restore -If you have [criu](https://criu.org/Main_Page) installed on your machine you can checkpoint and restore containers and their tasks. This allow you to clone and/or live migrate containers to other machines. +If you have [criu](https://criu.org/Main_Page) installed on your machine you can checkpoint and restore containers and their tasks. This allows you to clone and/or live migrate containers to other machines. ```go // checkpoint the task then push it to a registry