Merge pull request #94 from Steveb-p/fix-readme

Fix a copy-paste typo for pull commands
This commit is contained in:
Alexander Zeitler 2019-08-31 17:10:29 +02:00 committed by GitHub
commit 6ca763c3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ npm install --save-dev docker-compose
* `buildOne(service, options)` - Build or rebuild service
* `pullMany(services, options)` - Pull service images specified
* `pullOne(service, options)` - Pull a service image
* `buildOne(service, options)` - Build or rebuild service
* `pullAll(options)` - Pull all service images
* `restartAll(options)` - Restart all services
* `restartMany(services, options)` - Restart services
* `restartOne(service, options)` - Restart service