From 14d5609002862a0785edb49e735889c793d369d3 Mon Sep 17 00:00:00 2001 From: tofuwabohu Date: Mon, 12 Apr 2021 20:44:55 +0200 Subject: [PATCH] Indentation in md --- INSTALLATION.md | 2 +- README.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 3495bdf3..e3c7192b 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -230,4 +230,4 @@ To set up your server: - run `sudo certbot run --nginx --email YOUR_EMAIL -d your-domain.com -d www.your-domain.com` - restart nginx -If everything worked correctly, your BookWyrm instance should now be externally accessible. \ No newline at end of file +If everything worked correctly, your BookWyrm instance should now be externally accessible. diff --git a/README.md b/README.md index 91a9aaaf..670d8b23 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Social reading and reviewing, decentralized with ActivityPub - [Joining BookWyrm](#joining-bookwyrm) - [Contributing](#contributing) - [About BookWyrm](#about-bookwyrm) - - [What it is and isn't](#what-it-is-and-isnt) - - [The role of federation](#the-role-of-federation) - - [Features](#features) - - [Book data](#book-data) - - [Set up Bookwyrm](#set-up-bookwyrm) + - [What it is and isn't](#what-it-is-and-isnt) + - [The role of federation](#the-role-of-federation) + - [Features](#features) +- [Book data](#book-data) +- [Set up Bookwyrm](#set-up-bookwyrm) ## Joining BookWyrm BookWyrm is still a young piece of software, and isn't at the level of stability and feature-richness that you'd find in a production-ready application. But it does what it says on the box! If you'd like to join an instance, you can check out the [instances](https://github.com/mouse-reeve/bookwyrm/blob/main/instances.md) list. @@ -67,9 +67,9 @@ Web backend - [Redis (again)](https://redis.io/) activity stream manager Front end - - Django templates - - [Bulma.io](https://bulma.io/) css framework - - Vanilla JavaScript, in moderation +- Django templates +- [Bulma.io](https://bulma.io/) css framework +- Vanilla JavaScript, in moderation Deployment - [Docker](https://www.docker.com/) and docker-compose