Skip to content

Commit

Permalink
Fix minor formatting issues in Authenticator Bridge Readme (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-livefront authored Jan 28, 2025
1 parent fe06bf4 commit d9ac445
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions authenticatorbridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [Building](#building)
- [Versioning](#versioning)
- [Dependencies](#dependencies)

## Other Documents

- [Changelog](CHANGELOG.md)
Expand All @@ -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:
Expand All @@ -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.
Expand Down Expand Up @@ -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
- License: Apache 2.0

0 comments on commit d9ac445

Please sign in to comment.