From d9ac445149dffd335b9feeb7db528d202ce14040 Mon Sep 17 00:00:00 2001 From: David Perez Date: Tue, 28 Jan 2025 14:55:07 -0600 Subject: [PATCH] Fix minor formatting issues in Authenticator Bridge Readme (#4641) --- authenticatorbridge/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/authenticatorbridge/README.md b/authenticatorbridge/README.md index 17efc752d0..6c57e6283c 100644 --- a/authenticatorbridge/README.md +++ b/authenticatorbridge/README.md @@ -6,7 +6,7 @@ - [Building](#building) - [Versioning](#versioning) - [Dependencies](#dependencies) - + ## Other Documents - [Changelog](CHANGELOG.md) @@ -21,9 +21,9 @@ To build an AAR for inclusion in consumer applications, run: - ```sh - $ ./gradlew authenticatorbridge:assembleRelease - ``` +```sh +$ ./gradlew authenticatorbridge:assembleRelease +``` ## Versioning This repository conforms to the following versioning convention: @@ -49,7 +49,7 @@ Some things to note: ### Application Dependencies -The following is a list of all third-party dependencies required by the SDK. +The following is a list of all third-party dependencies required by the SDK. > [!IMPORTANT] > The SDK does not come packaged with these dependencies, so consumers of the SDK must provide them. @@ -91,4 +91,4 @@ The following is a list of additional third-party dependencies used as part of t - **Turbine** - https://github.com/cashapp/turbine - Purpose: A small testing library for kotlinx.coroutine's Flow. - - License: Apache 2.0 \ No newline at end of file + - License: Apache 2.0