Skip to content

Commit 78e1b6e

Browse files
committed
fix(README): Format & links
1 parent 7fdf7f1 commit 78e1b6e

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "turbo-console-log" extension will be documented in this file.
44

5+
## [2.10.2]
6+
7+
- Fix README
8+
59
## [2.10.1]
610

711
- Update README

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
<style>
2-
table th:first-of-type {
3-
width: 20%;
4-
}
5-
table th:nth-of-type(2) {
6-
width: 60%;
7-
}
8-
table th:nth-of-type(3) {
9-
width: 10%;
10-
}
11-
table th:nth-of-type(4) {
12-
width: 10%;
13-
}
14-
</style>
15-
161
# Official Website
172

183
https://www.turboconsolelog.io

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "turbo-console-log",
33
"displayName": "Turbo Console Log",
44
"description": "Automating the process of writing meaningful log messages.",
5-
"version": "2.10.1",
5+
"version": "2.10.2",
66
"publisher": "ChakrounAnas",
77
"engines": {
88
"vscode": "^1.50.0"

0 commit comments

Comments
 (0)