Skip to content

Commit 30f32d8

Browse files
authored
Update README.md
1 parent 0be5b67 commit 30f32d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@
77
88
## Table of Contents
99

10-
- [Introduction](#introduction)
1110
- [Demo](#demo)
11+
- [Introduction](#introduction)
1212
- [Install](#install)
1313
- [Usage](#usage)
1414
- [Maintainers](#maintainers)
1515
- [Contribute](#contribute)
1616
- [License](#license)
1717

18+
## Demo
19+
20+
@ [https://www.webpackbin.com/bins/-KpB0UbGiG2PeFDmqjwi](https://www.webpackbin.com/bins/-KpB0UbGiG2PeFDmqjwi)
1821

1922
## Introduction
2023

21-
vuejs-logger is a logging library that enables logging for Vue applications. It restricts log messages that are higher the specified log level. Features include :
24+
vuejs-logger is a logging library that enables logging for Vue applications. It restricts log messages that are higher than the specified log level. Features include :
2225

2326
- Colored console messages for $log.warning, $log.error and $log.fatal.
24-
- Possibility to automatically JSON.stringify() the properties passed to the logger.
27+
- Possibility to automatically JSON.stringify() the (reactive) properties passed to the logger.
2528
- Possibility to display the log level in the console.
2629

2730
```js
2831
logLevels : ['debug', 'info', 'warn', 'error', 'fatal']
2932
```
30-
## Demo
31-
32-
@ [https://www.webpackbin.com/bins/-KpB0UbGiG2PeFDmqjwi](https://www.webpackbin.com/bins/-KpB0UbGiG2PeFDmqjwi)
3333

3434
## Install
3535

0 commit comments

Comments
 (0)