diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f194116..5cf7537 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,4 +11,4 @@ jobs: - uses: actions/checkout@v3 - name: Check that all Python code is linted with black - run: pip install black && black . --check + run: pip install black==25.1.0 && black . --check diff --git a/README.md b/README.md index c2213be..e6bf779 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Cloud AUD (CAUD) is a first of it's kind credit-minted, yield-distributing, Australian Dollar stablecoin backed by real business loans and secured by institutional liquidity — the new digital money rail for business.
+Cloud AUD (CAUD) is a first of its kind credit-minted, yield-distributing, Australian Dollar stablecoin backed by real business loans and secured by institutional liquidity — the new digital money rail for business.
Generated from token-template by Ape Academy.