Openstatus www.openstatus.dev

✏️ improve wording (#187)

authored by

Thibault Le Ouay and committed by
GitHub
67ce0dbf 5dcb1b2d

+6 -7
+5 -5
README.md
··· 1 1 <p align="center" style="margin-top: 120px"> 2 2 3 - <h3 align="center">The Open-source Status Page and Alerting System 3 + <h3 align="center">The Open-source Uptime Monitoring with Status Page 4 4 </h3> 5 5 6 6 <p align="center"> 7 - The Atlassian's Statuspage Open Source Alternative. 7 + The BetterUptime Open Source Alternative. 8 8 <br /> 9 9 <a href="https://www.openstatus.dev"><strong>Learn more »</strong></a> 10 10 <br /> ··· 21 21 22 22 ## About OpenStatus 23 23 24 - OpenStatus is open-source status page and alerting system. We are building it 25 - publicly for everyone to see our progress. We believe great softwares are built 26 - this way. 24 + OpenStatus is open-source monitoring system with beautiful status page. We are 25 + building it publicly for everyone to see our progress. We believe great 26 + softwares are built this way. 27 27 28 28 You can choose to host it yourself or use our hosted version at 29 29 [openstatus.dev](https://www.openstatus.dev)
+1 -2
apps/web/src/app/layout.tsx
··· 4 4 import { Inter } from "next/font/google"; 5 5 import LocalFont from "next/font/local"; 6 6 import { ClerkProvider } from "@clerk/nextjs"; 7 - import { Analytics } from "@vercel/analytics/react"; 8 7 import PlausibleProvider from "next-plausible"; 9 8 10 9 import { TailwindIndicator } from "@/components/tailwind-indicator"; ··· 21 20 22 21 const TITLE = "OpenStatus"; 23 22 const DESCRIPTION = 24 - "Open-Source alternative to your current status page and monitoring service."; 23 + "Open-Source uptime monitoring with beautiful status pages."; 25 24 26 25 export const metadata: Metadata = { 27 26 title: TITLE,