Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove ticks that might cause people to typo
  • Loading branch information
leshi committed Mar 17, 2016
1 parent d0d4a99 commit c4ced73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ following:
a Console.
* In the console, type:

`HTTP_ORIGINS_ALLOWED = true;`
HTTP_ORIGINS_ALLOWED = true;
* Now, configure the appspot server to call the U2F extension by setting the
extension id in
[u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js)
Expand All @@ -103,7 +103,7 @@ following:

* In the console, type:

`HTTP_ORIGINS_ALLOWED = true;`
HTTP_ORIGINS_ALLOWED = true;
* Then, point your browser at http://localhost:8888/

You can deploy this App Engine app to your own domain by changing the application
Expand Down

0 comments on commit c4ced73

Please sign in to comment.