Skip to content

Commit

Permalink
Switch to raw url for image, fixes display on nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 9, 2022
1 parent d2be281 commit e60ce15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This is likely the more common scenario. You have .NET code that is AnyCPU and c
therefore be injected regardless of the target process bitness. When referencing this
package, you will get two (content) folders containing a helper `Injector.exe` for each architecture:

![Screenshot](https://github.com/devlooped/Injector/raw/main/assets/img/content-files.png)
![Screenshot](https://raw.githubusercontent.com/devlooped/Injector/main/assets/img/content-files.png)

These files are automatically copied to the output directory under `Injector\[x86|x64]\Injector.exe`
(and are also included when doing `dotnet publish`). This allows you to run the relevant executable
Expand Down

0 comments on commit e60ce15

Please sign in to comment.