Skip to content

Commit b51031d

Browse files
authored
Update README.md
1 parent 1d25c5b commit b51031d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This SDK also includes an async client, which supports the `await` syntax:
4141
```python
4242
from codecombat.client import AsyncCodeCombatApi
4343

44-
raven = AsyncRavenApi(
44+
client = AsyncCodeCombatApi(
4545
username="CLIENT_ID", password="CLIENT_SECRET")
4646

4747
async def set_ace_config() -> None:
@@ -58,6 +58,6 @@ This SDK is in beta, and there may be breaking changes between versions without
5858

5959
## Contributing
6060

61-
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest [opening an issue](https://github.com/ravenappdev/raven-java) first to discuss with us!
61+
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest [opening an issue](https://github.com/codecombat/codecombat-python) first to discuss with us!
6262

6363
On the other hand, contributions to the README are always very welcome!

0 commit comments

Comments
 (0)