From ca89565f0e25a8c7c74024972cb82550cdc579e6 Mon Sep 17 00:00:00 2001 From: Harsh Kedia Date: Fri, 30 Nov 2018 16:51:04 +0100 Subject: [PATCH] Update filename (#38) Updaitng the text to reference the correct file for the js code --- _browser/hello-blockstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_browser/hello-blockstack.md b/_browser/hello-blockstack.md index 1ca66aac..b3856c82 100644 --- a/_browser/hello-blockstack.md +++ b/_browser/hello-blockstack.md @@ -205,7 +205,7 @@ and open your browser 'http://localhost:5000'. From the root of your new applic In this section, you look at the basic application generated with the `yo blockstack` command. The generated code contains simple authentication methods that allow a user to log into the browser. The main application code is located -in the `public/app.css` file. Open this file now. +in the `public/app.js` file. Open this file now. All of the code in the file is wrapped in an event listener.