Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Feb 26, 2024
1 parent a75c24f commit f265047
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
## Installing
[**Top**](#table-of-contents)

Top layer
```
Install-Package HealthCheckPlus [-pre]
```
Expand All @@ -71,6 +72,15 @@ Install-Package HealthCheckPlus [-pre]
dotnet add package HealthCheckPlus [--prerelease]
```

Other layer
```
Install-Package HealthCheckPlus.Abstractions [-pre]
```

```
dotnet add package HealthCheckPlus.Abstractions [--prerelease]
```

**_Note: [-pre]/[--prerelease] usage for pre-release versions_**

## Examples
Expand Down
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
## Installing
[**Top**](#table-of-contents)

Top layer
```
Install-Package HealthCheckPlus [-pre]
```
Expand All @@ -65,6 +66,15 @@ Install-Package HealthCheckPlus [-pre]
dotnet add package HealthCheckPlus [--prerelease]
```

Other layer
```
Install-Package HealthCheckPlus.Abstractions [-pre]
```

```
dotnet add package HealthCheckPlus.Abstractions [--prerelease]
```

**_Note: [-pre]/[--prerelease] usage for pre-release versions_**

## Examples
Expand Down

0 comments on commit f265047

Please sign in to comment.