From e4f1d7d4b06c871dc0a0d759d40bae22ceac2f6d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 11 Aug 2022 12:04:40 +0200 Subject: [PATCH] docs: Fix indent in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14e1603..87d014c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Include `omemo_dart` in your `pubspec.yaml` like this: # [...] dependencies: - omemo_dart: - hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub - version: ^0.1.0 - # [...] + omemo_dart: + hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub + version: ^0.1.0 + # [...] # [...] ```