Skip to content

Commit d6f0139

Browse files
authored
Update README.md
1 parent d523c3f commit d6f0139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func main() {
6363
```python
6464
# python
6565
from mexc_sdk import Spot
66-
spot = Spot(api_key='apiKey', apiSecret='apiSecret')
66+
spot = Spot(api_key='apiKey', api_secret='apiSecret')
6767
```
6868
```java
6969
// java

0 commit comments

Comments
 (0)