diff --git a/README.md b/README.md index 61adc49..9db979f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ repositories { **Scenarios** - Scenarios are real world use case classes that greatly simplifies the interaction between the builders and the wrapper classes. _While there is no reason you can’t interact directly with the builders, scenarios have much of the boilerplate logic in place to reduce burden._ -**Overlay** - Allows for creating and writing new images based on the results from the queries **Wrappers** Simple domain wrappers around request/response/parameter objects (e.g. Face, FaceAttributes,Person etc) +**Overlay** - Allows for creating and writing new images based on the results from the queries + +**Wrappers** Simple domain wrappers around request/response/parameter objects (e.g. Face, FaceAttributes,Person etc) **Face – Detect** can detect faces from within an image and return the results as a collection of ‘face’ results.