README with spacing replacement
Browse files
README.md
CHANGED
@@ -42,6 +42,11 @@ In the source:
|
|
42 |
"""
|
43 |
|
44 |
|
|
|
|
|
|
|
|
|
|
|
45 |
```
|
46 |
Then remove all import statements (as we only care about the content).
|
47 |
|
|
|
42 |
"""
|
43 |
|
44 |
|
45 |
+
```
|
46 |
+
To:
|
47 |
+
```regex
|
48 |
+
"""
|
49 |
+
|
50 |
```
|
51 |
Then remove all import statements (as we only care about the content).
|
52 |
|