Skip to content

Commit 0eff3ab

Browse files
committed
Formatting
1 parent ec89861 commit 0eff3ab

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,32 +120,35 @@ Will print:
120120

121121
```
122122
╒════════════════════════════╕
123-
124-
Please run npm install
125-
123+
│ │
124+
│ Please run npm install │
125+
│ │
126126
╘════════════════════════════╛
127127
```
128128

129-
The message will be delimited by double line break. Single line breaks and other whitespace will be preserved. So that:
129+
The message will run until the end of the paragraph, delimited by a double line break. Single line breaks and other whitespace will be preserved. So that:
130130

131-
````
131+
```
132132
Rewrite everything.
133133
134134
git-notify:EVERYTHING HAS CHANGED
135135
This project has been rewritten
136136
from scratch. If something broke,
137137
please contact Jeff at dev@null.com.
138+
139+
May god please forgive me.
138140
```
139141

140142
Will display:
143+
141144
```
142145
╒══════════════════════════════════════════╕
143-
144-
EVERYTHING HAS CHANGED
145-
This project has been rewritten
146-
from scratch. If something broke,
147-
please contact Jeff at dev@null.com.
148-
146+
│ │
147+
│ EVERYTHING HAS CHANGED │
148+
│ This project has been rewritten │
149+
│ from scratch. If something broke, │
150+
│ please contact Jeff at dev@null.com. │
151+
│ │
149152
╘══════════════════════════════════════════╛
150153
```
151154

@@ -201,7 +204,7 @@ To run TSDX, use:
201204

202205
```bash
203206
yarn start
204-
````
207+
```
205208

206209
This builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.
207210

0 commit comments

Comments
 (0)