From 69fa31c9a710eebe1be9f6bea3a98cf493800b5b Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 25 Jan 2016 11:41:21 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c53da91..6428a47 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ if (!dataPart->extractToDirectory(outDir, ctx)) return SUCCESS; ``` -Authoring images is always done from the user's filesystem and may be integrated into +*Image authoring* is always done from the user's filesystem and may be integrated into a content pipeline using the `NOD::DiscBuilderBase` interface. ```cpp