Skip to content

Commit c2cd9c7

Browse files
authored
Update README.md
1 parent 83a6c02 commit c2cd9c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ pip install formance-python-sdk
2020
```
2121
<!-- End SDK Installation -->
2222

23+
[![Run on Repl.it](https://repl.it/badge/github/speakeasy-sdks/formance-python-sdk)](https://replit.com/join/edjyvnqhol-sagarbatchu1)
24+
2325
## SDK Example Usage
2426
<!-- Start SDK Example Usage -->
2527
```python
@@ -32,7 +34,6 @@ s = formance.Formance(
3234
),
3335
)
3436

35-
3637
res = s.get_server_info()
3738

3839
if res.server_info is not None:

0 commit comments

Comments
 (0)