Skip to content

Commit db83d9d

Browse files
authored
Update README upload example
Correct upload example (ksql to ksql.upload).
1 parent 1b64b58 commit db83d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Run commands from a .ksql file. Can only support ksql commands and not streaming
282282

283283
.. code:: python
284284
285-
from ksql import FileUpload
285+
from ksql.upload import FileUpload
286286
pointer = FileUpload('http://ksql-server:8080')
287287
pointer.upload('rules.ksql')
288288

0 commit comments

Comments
 (0)