Skip to content

Commit ec97903

Browse files
committed
feat: LineID enum
1 parent 5528146 commit ec97903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ First, import the `RatpAPI` class and initialize it with your API key:
2222
```python
2323
from ratp_api.main import RatpAPI
2424

25-
api = RatpAPI(api_key="your_api_key")
25+
api = RatpAPI()
2626
```
2727

2828
### Using the LineID Enum

0 commit comments

Comments
 (0)