From 0ed0ce47be2d2f4ab15e4b8186642c2f95a31161 Mon Sep 17 00:00:00 2001 From: lunaisnotaboy Date: Tue, 14 Sep 2021 07:52:55 -0400 Subject: [PATCH] Fix whitespace in README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index cf28880..9f965b1 100644 --- a/README.md +++ b/README.md @@ -4,34 +4,34 @@ An imageboard that's a little more social. ## Requirements - - Ruby 2.7.3 - - Node.js 14.x - - Java 11 - - PostgreSQL 12 +- Ruby 2.7.3 +- Node.js 14.x +- Java 11 +- PostgreSQL 12 ## Information about application structure - - mintbooru runs on the main branch of Rails to get the newest features, -so please keep that in mind. We are unapologetically modern in our backend, -and we don't apologize for it. +- mintbooru runs on the main branch of Rails to get the newest features, + so please keep that in mind. We are unapologetically modern in our backend, + and we don't apologize for it. - - We use a combination of tools to make this app work. We use the -[YUI Compressor](https://yui.github.io/yuicompressor/) to compress CSS -(mainly because Luna wanted to mess around with it for shits and giggles), -and we use the Terser gem to compress JS. +- We use a combination of tools to make this app work. We use the + [YUI Compressor](https://yui.github.io/yuicompressor/) to compress CSS + (mainly because Luna wanted to mess around with it for shits and giggles), + and we use the Terser gem to compress JS. - - JS is compiled using Webpack, and is included in the Sprockets build process. +- JS is compiled using Webpack, and is included in the Sprockets build process. - - User authentication is implemented through -[Devise](https://github.com/heartcombo/devise), and is modified as needed. +- User authentication is implemented through + [Devise](https://github.com/heartcombo/devise), and is modified as needed. ## Credits - - [Luna](https://luna.mint.lgbt) - Main developer - - - [mint](https://they.mint.lgbt) - Developer +- [Luna](https://luna.mint.lgbt) - Main developer - - [Erin](https://the-system.eu.org) - For being with me in my darkest times +- [mint](https://they.mint.lgbt) - Developer + +- [Erin](https://the-system.eu.org) - For being with me in my darkest times ## License