Skip to content

Commit 0784685

Browse files
I know Sofia would have picked up on the incorrect capitalization. Better fix it now.
1 parent 6c192d1 commit 0784685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To start programming with Bitvavo SDK for Python you need:
5555
import json
5656
import time
5757
58-
# Use this class to connect to Bitvavo and make your first calls
58+
# Use this class to connect to Bitvavo and make your first calls.
5959
# Add workflows to implement your business logic.
6060
class bitvavo_implementation:
6161
api_key = "<Replace with your your API key from Bitvavo Dashboard>"
@@ -77,8 +77,8 @@ To start programming with Bitvavo SDK for Python you need:
7777
print("Errors:", json.dumps(error, indent=2))
7878
7979
# Retrieve the data you need from Bitvavo in order to implement your
80-
# Trading logic. Use multiple workflows to return data to your
81-
# Callbacks
80+
# trading logic. Use multiple workflows to return data to your
81+
# callbacks
8282
def a_workflow(self):
8383
self.bitvavo_socket.time(self.a_workflow_callback)
8484
self.bitvavo_socket.markets({}, self.a_workflow_callback)

0 commit comments

Comments
 (0)