Skip to content

Commit 038ce80

Browse files
update readme
1 parent 9030fff commit 038ce80

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This is a dashboard to show health check results of your favorite http web apps.
44

55
![image](https://user-images.githubusercontent.com/3396447/117486658-8747af80-af87-11eb-883f-da6f8a4532cf.png)
66

7-
## Docker image
8-
97
This app has been hosted in
108
[docker hub](https://hub.docker.com/r/45862391/httphealthcheckdashboard) in a
119
container image.
@@ -51,8 +49,8 @@ inherits `BaseHealthCheck`
5149
```csharp
5250
public class [ClassName]HealthCheck : BaseHealthCheck
5351
{
54-
public [ClassName]HealthCheck(IEnumerable<ApiDetail> urlDetails, ICommonHealthCheck commonHealthCheck)
55-
: base(urlDetails, commonHealthCheck)
52+
public [ClassName]HealthCheck(IEnumerable<ApiDetail> urlDetails,
53+
ICommonHealthCheck commonHealthCheck) : base(urlDetails, commonHealthCheck)
5654
{
5755
}
5856
}

0 commit comments

Comments
 (0)