From bf8e444f77435111f04e15ac9e868af9eb10561e Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Wed, 13 Apr 2016 19:38:58 +0200 Subject: [PATCH] Fix OCI reference in README Signed-off-by: Jonathan Boulle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e6e503a..5f059735 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## runc -`runc` is a CLI tool for spawning and running containers according to the OCF specification. +`runc` is a CLI tool for spawning and running containers according to the OCI specification. ## State of the project