Skip to content

Commit 8369ab0

Browse files
authored
Update README.md
1 parent d6e41bb commit 8369ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ch = channel.sql.fromQuery('select alpha, delta, omega from SAMPLE', db: 'foo')
7272

7373
### sqlInsert
7474

75-
The `insertInto` operator provided by this plugin allows populating a database table with the data emitted
75+
The `sqlInsert` operator provided by this plugin allows populating a database table with the data emitted
7676
by a Nextflow channels and therefore produced as result by a pipeline process or an upstream operator. For example:
7777

7878
```

0 commit comments

Comments
 (0)