diff --git a/docfx_project/docs/ReuseChrome.md b/docfx_project/docs/ReuseChrome.md index 1275cd67d..30fcda5c2 100644 --- a/docfx_project/docs/ReuseChrome.md +++ b/docfx_project/docs/ReuseChrome.md @@ -11,8 +11,8 @@ from a location where it was previously downloaded instead of from the default l Use `BrowserFetcherOptions` to specify the full path for where to download Chrome. - - + + ```cs var downloadPath = "/Users/dario/chrome"; var browserFetcherOptions = new BrowserFetcherOptions { Path = downloadPath };