Skip to content
2 changes: 1 addition & 1 deletion documentation/BrowserChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The workflow between the client and server can be summarised as follows:
The client has been checked in to [../examples/browserChannelClient](../examples/browserChannelClient). To try it out, first
start the GPII in the CloudBased browserChannel test configuration from the root of universal with

node gpii.js gpii/configs gpii.config.cloudBased.production
node gpii.js gpii/configs gpii.config.development.all.local
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it will be more helpful to direct the user to one of our mock configurations like https://github.com/GPII/universal/blob/master/gpii/configs/mocks/gpii.config.development.all.local.mock.windows.json5 which will allow them to see the results of a wider range of preference sets


Then start the client from [../examples/browserChannelClient](../examples/browserChannelClient) with

Expand Down