From 02a50f874f32759a5e2e78bd019eb5568128a42d Mon Sep 17 00:00:00 2001 From: David Dombrowsky Date: Wed, 22 Jan 2014 22:30:21 -0500 Subject: [PATCH] fixed typo in readme --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 6bd5e69..e7761af 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Ensure that you have the following files: bc_daemon.php - This file contains fucntions for interacting with the daemon. -Find the bc_daemon.php and open it in your test editor or PHP IDE. At the +Find the bc_daemon.php and open it in your text editor or PHP IDE. At the top you will find the following code: /****************************************************************************** @@ -38,4 +38,4 @@ Once you have made these changes upload the files to your server. You should be This file contains a pass through request API that allows a user or remote script to query the Block Crawler directly for information about the - status of the network and the daemon. \ No newline at end of file + status of the network and the daemon.