diff --git a/docs/workshop.md b/docs/workshop.md index a5f73f5..31fcff0 100644 --- a/docs/workshop.md +++ b/docs/workshop.md @@ -813,10 +813,10 @@ Delete first the ``info.touret.guitarheaven.application.dto`` package. #### API -For the following classes : ``GuitarResouce``, ``OrderRequestResource`` and ``QuoteResource``, do the following steps: +For the following classes : ``GuitarResource``, ``OrderRequestResource`` and ``QuoteResource``, do the following steps: Change the import declarations of DTOs from ``info.touret.guitarheaven.application.dto`` to -``info.touret.guitarheaven.application.dto``: +``info.touret.guitarheaven.application.generated.model``: For instance, from :