From 719f62b1c161a534618eebcf04ca3cba63cfcf4f Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 31 Aug 2022 20:53:49 -0700 Subject: [PATCH] Formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 861c5a0..237d30d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ deactivate If everything worked correctly you should see usage information on Create Pleroma App. -## Default Settings +# Default Settings If you want to change the default values for the input prompts, you can edit the source code directly in `src/create_app.py` # Donate @@ -29,7 +29,7 @@ XMR: 493HynLQA4z71b3j9ZDXRNQudpdFW8GxeBGD8ahRctKn97RRurMVd35DqVqdAdjv68TcXTJWUwm BAT: [Basic Attention Token](https://basicattentiontoken.org/) -## Encryption +# Encryption You can also encrypt your credentials with the encrypt.py module included in the repo. If you choose to use this with your custom bot, you must copy the module to your project's root directory. See below for an example implementation: ```