From fc8a596b19ae9a73c7425542ff2304bac299e4a3 Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Mon, 24 Oct 2011 11:51:04 -0400 Subject: [PATCH] change world to word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e388f8..644ec88d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Example usage: -----> HelloFramework app detected -----> Found a hello.txt -The buildpack will detect that your app has a `hello.txt` in the root. If this file has contents, it will be copied to `goodbye.txt` with instances of the world `hello` changed to `goodbye`. +The buildpack will detect that your app has a `hello.txt` in the root. If this file has contents, it will be copied to `goodbye.txt` with instances of the word `hello` changed to `goodbye`. Hacking -------