Skip to content

Commit

Permalink
Merge pull request #44 from FRACerqueira/v2.0.1
Browse files Browse the repository at this point in the history
Updated docs
  • Loading branch information
FRACerqueira authored Feb 26, 2024
2 parents 62c9d95 + f265047 commit 9108700
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 9108700

Please sign in to comment.