Skip to content

Commit

Permalink
fix(docs): minor formatting fix for url (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
profnandaa authored Dec 8, 2022
1 parent 37ca088 commit 4e7b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostprocess/eventflow-logger/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dotnet run -- eventFlowConfig.json
```

## Publishing as single file
Configured to produce a [single binary(https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file#publish-a-single-file-app---cli)]. To build run:
Configured to produce a [single binary](https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file#publish-a-single-file-app---cli). To build, run:

```
dotnet publish -c Release -r win-x64
Expand Down

0 comments on commit 4e7b696

Please sign in to comment.