Browse Source

Update filename (#38)

Updaitng the text to reference the correct file for the js code
feat/clarity-updates
Harsh Kedia 6 years ago
committed by Moxiegirl
parent
commit
ca89565f0e
  1. 2
      _browser/hello-blockstack.md

2
_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 In this section, you look at the basic application generated with the `yo
blockstack` command. The generated code contains simple authentication methods blockstack` command. The generated code contains simple authentication methods
that allow a user to log into the browser. The main application code is located 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 All of the code in the file is wrapped in an event
listener. listener.

Loading…
Cancel
Save