README.md in dockly-1.4.0 vs README.md in dockly-1.4.1

- old
+ new

@@ -97,11 +97,15 @@ `docker` -------- The `docker` DSL is used to define Docker containers. It has the following attributes: +- `registry_import` + - required: `false` -- only required when `import` is not supplied + - description: the location of the base image to start building from + - examples: `paintedfox/ruby`, `registry.example.com/my-custom-image` - `import` - - required: `true` + - required: `false` -- only required when `registry_import` is not supplied - description: the location (url or S3 path) of the base image to start building from - `git_archive`: - required: `false` - default: `nil` - description: the relative file path of git repo that should be added to the container