Skip to content

Commit

Permalink
Update README.md, missing close bracket (#336)
Browse files Browse the repository at this point in the history
The dependency resolution snipped is missing a closing bracket, breaking the auto-copy/paste pattern.
  • Loading branch information
AlexSzlavik authored Sep 5, 2024
1 parent 8123612 commit f5aad05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ adding the dependency in a variety of build tools including Maven and Gradle are
> mavenCentral()
> // Thirdparty dependencies of TBD projects not in Maven Central
> maven("https://blockxyz.jfrog.io/artifactory/tbd-oss-thirdparty-maven2/")
> }
> }
> ```
Expand Down Expand Up @@ -305,4 +306,4 @@ git push
* [Developer Docs](https://developer.tbd.website/docs/web5/)
* [Coding Conventions](./CONVENTIONS.md)
* [Code of Conduct](./CODE_OF_CONDUCT.md)
* [Governance](./GOVERNANCE.md)
* [Governance](./GOVERNANCE.md)

0 comments on commit f5aad05

Please sign in to comment.