Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Sample application loading resources from an external file:
this.loadResources(this.resolveUrl('locales.json'));
},
});
</script>
</script>
</dom-module>
```

Expand Down Expand Up @@ -84,7 +84,7 @@ Alternatively, you can also inline your resources inside the app itself:
}
}
});
&lt;/script>
</script>
</dom-module>
```

Expand Down