Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diejuse authored Mar 30, 2022
1 parent b397045 commit c8f8be0
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 @@ -16,8 +16,8 @@ The minimum files you need are four:
app.html
```
<!DOCTYPE html><html><head><meta charset="utf-8"></head><body></body></html>
<script src="NODEToJS.js></script><script>NodeToJS.HTMLMODE=1</script>
<script src="app.js></script>
<script src="NODEToJS.js"></script><script>NodeToJS.HTMLMODE=1</script>
<script src="app.js"></script>
```
2. Your apps.js must contain at least the following code. It is the first thing that has to be executed.

Expand Down

0 comments on commit c8f8be0

Please sign in to comment.