diff --git a/get-started/in-a-nutshell.md b/get-started/in-a-nutshell.md index e73798e18..41fded4a6 100644 --- a/get-started/in-a-nutshell.md +++ b/get-started/in-a-nutshell.md @@ -274,7 +274,7 @@ So, let's go on feeding it with two service definitions for different use cases: An `AdminService` for administrators to maintain `Books` and `Authors`. -A `CatalogService` for end users to browse and order `Books`. +A `CatalogService` for end users to browse and order `Books` under path `/browse`. To do so, create the following two files in folder _./srv_ and fill them with this content: