Skip to content

Commit

Permalink
docs: Use new WARNINGs.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Dec 15, 2023
1 parent f05f804 commit 8e00255
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ await using var client = new PipeClient<MyMessage>(pipeName, formatter: new Newt
```

### Access Control
> :warning: **Note**: this is only available for the Windows platform
> [!WARNING]
> this is only available for the Windows platform.
```
Install-Package H.Pipes.AccessControl
```
Expand All @@ -141,7 +142,8 @@ server.AllowUsersReadWrite();
```

### Encryption
> :warning: **Note**: this is only available for the Windows platform
> [!WARNING]
> this is only available for the Windows platform.
```
Install-Package H.Formatters.Inferno
```
Expand Down

0 comments on commit 8e00255

Please sign in to comment.