Skip to content

Commit bf1153a

Browse files
committed
chore(fix): source reader name
1 parent 40f88b9 commit bf1153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_example/doc_app1/doc_app1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int main()
8282

8383
ret = spring_command(
8484
pipeline,
85-
"CREATE SOURCE READER tcp_trade FOR source_temperature_celsius"
85+
"CREATE SOURCE READER tcp_temperature_celsius FOR source_temperature_celsius"
8686
" TYPE NET_SERVER OPTIONS ("
8787
" PROTOCOL 'TCP',"
8888
" PORT '54300'"

0 commit comments

Comments
 (0)