Skip to content

Commit af922ba

Browse files
committed
Updated README.md.
1 parent 6114477 commit af922ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Install](#install)
1616
- [Usage](#usage)
1717
- [Properties](#properties)
18-
- [Code example](#code)
18+
- [Code example](#code-example)
1919
- [Production tips](#production-tips)
2020
- [Maintainers](#maintainers)
2121
- [Contribute](#contribute)
@@ -62,7 +62,7 @@ Below you can find an example of how to use vuejs-logger :
6262
| stringifyArguments | false | Boolean | false | If true, all input will go through JSON.stringify(). Useful when printing reactive properties.|
6363
| showLogLevel | false | Boolean | false | If true, the loglevel will be shown. |
6464
| showMethodName | false | Boolean | false | If true, the method name of the parent function will be shown in the console. |
65-
| separator | false | String | ' l ' | The seperator between parts of the output ( see [screenshot](#Screenshot). |
65+
| separator | false | String | ' l ' | The seperator between parts of the output ( see [screenshot](#screenshot). |
6666
| showConsoleColors | false | Boolean | false | If true, enables console.warn, console.fatal, console.error for corresponding loglevels. |
6767

6868
#### Code example

0 commit comments

Comments
 (0)