Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit e0b5d07

Browse files
authored
Merge pull request #18 from jperals/fix-test
Fix test
2 parents 8839df2 + abb98de commit e0b5d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Testing this project
1212
npm test
1313
```
1414

15-
browse to <http://localhost:3000/test.html> and open the browser's development console.
15+
browse to <http://localhost:3000/test> and open the browser's development console.
1616
You should see the json object logged.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script src="../node_modules/systemjs/dist/system.js"></script>
22
<script>
3-
System.import('json.json!json.js').then(console.log.bind(console));
3+
System.import('json.json!../json.js').then(console.log.bind(console));
44
</script>

0 commit comments

Comments
 (0)