Skip to content

Commit 1a30586

Browse files
committed
fix typo
1 parent e3d21e6 commit 1a30586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install html5-history-api
2222
'html5-history-api': '/history'
2323
}
2424
});
25-
requirejs(['html5-history-api'], function(history) {
25+
requirejs(['html5-history-api'], function() {
2626
if (history.emulate) {
2727
console.log('In your browser is emulated HTML5-History-API');
2828
} else {

0 commit comments

Comments
 (0)