@protoqol/vivid-log 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|

|
|
4
4
|

|
|
@@ -42,7 +42,7 @@ Or add this to your HTML file directly:
|
|
|
42
42
|
|
|
43
43
|
```html
|
|
44
44
|
|
|
45
|
-
<script type="text/javascript" src="https://
|
|
45
|
+
<script type="text/javascript" src="https://unpkg.com/@protoqol/vivid-log@latest/dist/vividLog.js"></script>
|
|
46
46
|
|
|
47
47
|
<script>
|
|
48
48
|
// Access via global window object
|