diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2020-11-18 15:37:17 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 15:37:17 -0800 |
| commit | c1cc3205ce63ecb44082f8f14d83ad0bf95e3fd3 (patch) | |
| tree | d4ad48ac4344926c5f49950b18deb0eb84960eb1 /README.md | |
| parent | 79b6505f5ef1518704be1b30c2eac3f0656d925a (diff) | |
| parent | 1a85ed607888cdb801cf1047bf397e6ca6ea8400 (diff) | |
Merge pull request #54 from sourTaste000/patch-1
Fixed 404 in readme
Diffstat (limited to 'README.md')
| -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 |
