diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:29:01 +1300 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2017-12-27 12:29:01 +1300 |
| commit | 71ce221af37ca6da55ce5c168dc2ec05ad67408e (patch) | |
| tree | 80353d9f42dc04fcd90aff649fd4480aab106146 /index.js | |
| parent | 8f51ce54a89c3e0c1ed7d0f5d757dd919a2fd994 (diff) | |
Improved introduction
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ fs = require('fs'); var normalizedPath = require("path").join(__dirname, "collection"); -var html = "# Themes\nThis collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). You are welcome to submit your own themes!\n\n" +var html = "# Themes\nThis collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid). To install a theme, simply drag the `thm` file onto the application window. You are welcome to submit your own themes to this collection!\n\n" function build_svg(n,theme) { |
