Skip to content

Commit 062207d

Browse files
committed
fix path issue in preview mode
1 parent d1215e2 commit 062207d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ At present, the [image classification](https://webmachinelearning.github.io/webn
5959
* It's recommended to install the latest [Intel® Core™ Ultra NPU Driver on Windows](https://www.intel.com/content/www/us/en/download/794734/intel-npu-driver-windows.html) for improved WebNN compatibility and performance
6060
* **Google Chrome Canary:**
6161
1. Download the latest redistributable [Microsoft.AI.DirectML](https://www.nuget.org/packages/Microsoft.AI.DirectML/1.15.2), rename the "microsoft.ai.directml.\<version>.nupkg" to "microsoft.ai.directml.\<version>.nupkg.zip" and extract it
62-
2. Copy "\bin\x64-win\DirectML.dll" to "%LOCALAPPDATA%\Google\Chrome SxS\Application\\<version>\"
63-
- "%LOCALAPPDATA%" means "C:\Users\<username>\AppData\Local\"
62+
2. Copy `\bin\x64-win\DirectML.dll` to `%LOCALAPPDATA%\Google\Chrome SxS\Application\<version>\`
63+
- `%LOCALAPPDATA%` means `C:\Users\<username>\AppData\Local\`
6464
- Note that Chrome Canary frequently updates automatically. When this occurs, you'll need to recopy the DirectML.dll to the new version's directory
6565
3. Launch Chrome Canary in Windows Command Line:
6666
```bash
@@ -70,8 +70,8 @@ At present, the [image classification](https://webmachinelearning.github.io/webn
7070
* **Microsoft Edge Canary:**
7171
1. Ensure the DirectML.dll was downloaded automatically (may take several minutes):
7272
- Launch Edge Canary
73-
- Go to "%LOCALAPPDATA%\Microsoft\Edge SxS\User Data", check the "EdgeOnnxRuntimeDirectML\<version>\DirectML.dll" exists
74-
- "%LOCALAPPDATA%" means "C:\Users\<username>\AppData\Local\"
73+
- Go to `%LOCALAPPDATA%\Microsoft\Edge SxS\User Data`, check the `EdgeOnnxRuntimeDirectML\<version>\DirectML.dll` exists
74+
- `%LOCALAPPDATA%` means `C:\Users\<username>\AppData\Local\`
7575
- Exit Edge Canary
7676
2. Launch Edge Canary in Windows Command Line:
7777
```bash

0 commit comments

Comments
 (0)