From 72dd358f8f02c26b56ec1726f9fe074607c52b65 Mon Sep 17 00:00:00 2001 From: Ryan McBride Date: Tue, 7 Jul 2015 17:14:01 -0700 Subject: [PATCH] Fixed typo in Notebooks section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 547e158..d7f4283 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ This will launch your web browser with the list of challenge categories: * Run the cells within the challenge notebook (Cell->Run All) * This will result in an expected unit test error * Solve the challenge and verify it passes the unit test -* Check out the accompanying **Solution Notebook** for futher discussion +* Check out the accompanying **Solution Notebook** for further discussion ### Nose Unit Tests @@ -431,4 +431,4 @@ Feel free to contact me to discuss any issues, questions, or comments. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License.