diff options
| author | sourTaste000 <47074495+sourTaste000@users.noreply.github.com> | 2020-11-18 15:27:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 15:27:54 -0800 |
| commit | 1a85ed607888cdb801cf1047bf397e6ca6ea8400 (patch) | |
| tree | d4ad48ac4344926c5f49950b18deb0eb84960eb1 | |
| parent | 79b6505f5ef1518704be1b30c2eac3f0656d925a (diff) | |
Fixed 404 in readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ You can test your themes online with the [Theme Benchmark](https://hundredrabbit ## The Theme Format -The Theme file format is a simple SVG file. The [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js) loader will look for colors found in the element's `id` attributes. **Save the image on your computer and drag it** over the application window to install it. +The Theme file format is a simple SVG file. The [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/scripts/lib/theme.js) loader will look for colors found in the element's `id` attributes. **Save the image on your computer and drag it** over the application window to install it. ### Example |
