Skip to content

Commit

Permalink
chore(fix): source reader name
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed May 10, 2022
1 parent 3575459 commit 74ad08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springql-core/examples/doc_app1.rs
Expand Up @@ -68,7 +68,7 @@ fn main() {
pipeline
.command(format!(
"
CREATE SOURCE READER tcp_trade FOR source_temperature_celsius
CREATE SOURCE READER tcp_temperature_celsius FOR source_temperature_celsius
TYPE NET_SERVER OPTIONS (
PROTOCOL 'TCP',
PORT '{}'
Expand Down

0 comments on commit 74ad08b

Please sign in to comment.