Skip to content

Commit d4a5ebf

Browse files
committed
readme
1 parent 7220cd7 commit d4a5ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ var compose = new DockerodeCompose(docker, './test/wordpress.yml', 'wordpress');
3333
```
3434

3535
## Documentation
36-
37-
- compose.up(file, project_name)
36+
- new DockerodeCompose(dockerode, file, project_name)
37+
- compose.up()
3838
- compose.pull(service, options) - omit service to pull all images, options.streams return the streams without waiting, options.verbose pipe the streams to stdout.
3939

4040
## Tests

0 commit comments

Comments
 (0)