From eb5eb75acb77b87279272a98cc8e8d16c6b757d1 Mon Sep 17 00:00:00 2001 From: Rahul Gupta <68496473+beast997@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:00:19 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.