From 347dd3074feba320b101d235606993b36691ef27 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 6 Jul 2015 13:55:38 -0400 Subject: [PATCH] Update README.md --- exercises/2-querying-a-db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/2-querying-a-db/README.md b/exercises/2-querying-a-db/README.md index 8703a36..211dfe3 100644 --- a/exercises/2-querying-a-db/README.md +++ b/exercises/2-querying-a-db/README.md @@ -19,7 +19,7 @@ To see the existing tables and columns, use the .schema command. Map this by han ##### Who has the least page views? How many do they have and where are they from? -##### Who are the most recent visitors to the site?(at lest 3) +##### Who are the most recent visitors to the site?(at least 3) ##### Who was the first visitor?