diff --git a/how-to/hints-and-tips/docs/create-workspace-mobile-app.md b/how-to/hints-and-tips/docs/create-workspace-mobile-app.md index 9f34b8a9ef..af03c57e38 100644 --- a/how-to/hints-and-tips/docs/create-workspace-mobile-app.md +++ b/how-to/hints-and-tips/docs/create-workspace-mobile-app.md @@ -38,7 +38,7 @@ graph TD ``` - [@openfin/create-workspace-mobile-app](https://www.npmjs.com/package/@openfin/create-workspace-mobile-app) - This package is the main package you will be using and it generates the initial shell of your PWA. It brings in the layout and interop support and wires up a default interop channel. -- [@openfin/workspace-mobile](https://www.npmjs.com/package/@openfin/workspace-mobile) - This is the package that contains the layout system. +- [@openfin/workspace-mobile](https://www.npmjs.com/package/@openfin/workspace-mobile) - This is the package that contains the layout system used by the example and provides the binding of views to the default interop channel. - [@openfin/web-interop](https://www.npmjs.com/package/@openfin/web-interop) - The base library used to bring interop support to desktop and mobile browsers. ## How do I begin? @@ -341,24 +341,28 @@ Below we have an example webpage that you can create and drop in the public fold
- Name of the context received: - Not Set + Name of the context received using Interop: + Not Set
- ++ Name of the context received using FDC3: + Not Set +
+ +