From a13ce3314fe30b736e19b65d146369cd240e9c23 Mon Sep 17 00:00:00 2001 From: Rhonda Glennon Date: Tue, 10 Nov 2015 16:58:07 -0800 Subject: [PATCH] Format the files --- leaflet-geocoder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaflet-geocoder.md b/leaflet-geocoder.md index a0e2248..3e32774 100644 --- a/leaflet-geocoder.md +++ b/leaflet-geocoder.md @@ -22,7 +22,7 @@ To set up your development environment for this walkthrough, you need to downloa With the files downloaded, you are ready to start building your application. You will need to use a text editor to update the HTML. -Suggested text editor applications include [Atom - OS X, Windows, Linux](https://atom.io/), [Notepad++ - Windows](https://notepad-plus-plus.org/), [TextWrangler - OS X](http://www.barebones.com/products/textwrangler/), and [Sublime - OS X, Windows, Linux; free trial](http://www.sublimetext.com/). While you can use the apps installed with your operating system, such as Notepad or TextEdit, they do not provide the helpful indentations, code coloring, or text alignment options found in the other editors. For TextEdit, you must go to the Format menu and click Make Plain Text to use the plain-text version of the file. Do not use an app that applies rich formatting, such as Word or Wordpad. +Suggested text editor applications include [Atom - OS X, Windows, Linux](https://atom.io/); [Notepad++ - Windows](https://notepad-plus-plus.org/); [TextWrangler - OS X](http://www.barebones.com/products/textwrangler/); and [Sublime - OS X, Windows, Linux; free trial](http://www.sublimetext.com/). While you can use the apps installed with your operating system, such as Notepad or TextEdit, they do not provide the helpful indentations, code coloring, or text alignment options found in the other editors. For TextEdit, you must go to the Format menu and click Make Plain Text to use the plain-text version of the file. Do not use an app that applies rich formatting, such as Word or Wordpad. The geocoding-tutorial folder contains two HTML files: `index.html` is the file you will start with and update in the steps, while `index-complete.html` is a finished version to check your work or review if you need to troubleshoot an error.