Skip to content

Commit aa3a766

Browse files
committed
Update README
1 parent 444e5b5 commit aa3a766

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
@@ -114,7 +114,7 @@ Browser:
114114
<script src="tslog.js"></script>
115115

116116
<script>
117-
const logger = new tslog.Logger({});
117+
const logger = new tslog.Logger();
118118
logger.silly("I am a silly log.");
119119
</script>
120120

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Browser:
114114
<script src="tslog.js"></script>
115115

116116
<script>
117-
const logger = new tslog.Logger({});
117+
const logger = new tslog.Logger();
118118
logger.silly("I am a silly log.");
119119
</script>
120120

0 commit comments

Comments
 (0)