Update card
Browse files
README.md
CHANGED
@@ -31,4 +31,6 @@ Using `regex` in VSCODE, use the following replacement:
|
|
31 |
|
32 |
```regex
|
33 |
# Copyright(.*\n)+# limitations under the license.
|
34 |
-
```
|
|
|
|
|
|
31 |
|
32 |
```regex
|
33 |
# Copyright(.*\n)+# limitations under the license.
|
34 |
+
```
|
35 |
+
|
36 |
+
Then remove all import statements (as we only care about the content).
|