diff --git a/README.md b/README.md
index d377345..e25bc6a 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,14 @@
License •
Contributing
+
+
+ 🌐 Postgresus website
+
+
+
---
diff --git a/frontend/src/features/healthcheck/ui/EditHealthcheckConfigComponent.tsx b/frontend/src/features/healthcheck/ui/EditHealthcheckConfigComponent.tsx
index 831aca7..2282ae4 100644
--- a/frontend/src/features/healthcheck/ui/EditHealthcheckConfigComponent.tsx
+++ b/frontend/src/features/healthcheck/ui/EditHealthcheckConfigComponent.tsx
@@ -190,7 +190,7 @@ export const EditHealthcheckConfigComponent = ({ databaseId, onClose }: Props) =
diff --git a/frontend/src/features/healthcheck/ui/ShowHealthcheckConfigComponent.tsx b/frontend/src/features/healthcheck/ui/ShowHealthcheckConfigComponent.tsx
index 5c31879..ec2b700 100644
--- a/frontend/src/features/healthcheck/ui/ShowHealthcheckConfigComponent.tsx
+++ b/frontend/src/features/healthcheck/ui/ShowHealthcheckConfigComponent.tsx
@@ -40,7 +40,7 @@ export const ShowHealthcheckConfigComponent = ({ databaseId }: Props) => {
return (
-
Is healthcheck enabled
+
Is health check enabled
{healthcheckConfig.isHealthcheckEnabled ? 'Yes' : 'No'}
diff --git a/frontend/src/widgets/main/MainScreenComponent.tsx b/frontend/src/widgets/main/MainScreenComponent.tsx
index 7576382..809f68b 100644
--- a/frontend/src/widgets/main/MainScreenComponent.tsx
+++ b/frontend/src/widgets/main/MainScreenComponent.tsx
@@ -60,7 +60,7 @@ export const MainScreenComponent = () => {
target="_blank"
rel="noreferrer"
>
- Healthcheck
+ Health-check