get your claude code tokens here

docs: fix readme link

dunkirk.sh 0da9d519 85022719

verified
+5 -5
+5 -5
README.md
··· 2 2 3 3 simple cli to fetch an anthropic access token using oauth (pkce), built with bun 4 4 5 - <p align="center"> 6 - <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" /> 7 - </p> 8 - 9 5 ## install 10 6 11 7 ```bash ··· 38 34 - if expired and a refresh token exists, it refreshes, saves, prints, and exits 39 35 40 36 <p align="center"> 37 + <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" /> 38 + </p> 39 + 40 + <p align="center"> 41 41 <i><code>&copy 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i> 42 42 </p> 43 43 44 44 <p align="center"> 45 - <a href="https://github.com/taciturnaxolotl/anthropic-api-key/blob/master/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a> 45 + <a href="https://github.com/taciturnaxolotl/anthropic-api-key/blob/main/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a> 46 46 </p>