We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d21e6 commit 1a30586Copy full SHA for 1a30586
1 file changed
README.md
@@ -22,7 +22,7 @@ npm install html5-history-api
22
'html5-history-api': '/history'
23
}
24
});
25
- requirejs(['html5-history-api'], function(history) {
+ requirejs(['html5-history-api'], function() {
26
if (history.emulate) {
27
console.log('In your browser is emulated HTML5-History-API');
28
} else {
0 commit comments