diff --git a/README.md b/README.md index e342fa1b7c..45f311e616 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ So far, we have worked with individual pieces of data like the string `'hello'`. Then with variables we saw how to give this data a name. Now in this lesson, we'll see how we can group data together with lists. -### Creating a list +### Creating a List A list is our first form of a collection. A collection is just a way of grouping data together, and lists certainly accomplish this. For example, let's consider the top cities for travel according to the magazine Travel and Leisure. Here is how we are used to seeing a list of travel locations in a document or on a website.