Skip to content

Commit 1db225e

Browse files
committed
Edit README.md
1 parent c1f5bde commit 1db225e

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A complete PostgreSQL monitoring solution with automated performance analysis and reporting.
44

5-
## 🚀 Quick Start
5+
## 🚀 Quick start
66

77
Create a new DB user in database to be monitored (skip this if you want just to check out `postgres_ai` monitoring with a synthetic `demo` database):
88
```sql
@@ -42,23 +42,23 @@ Now, start it and wait for a few minutes. Two optional adjustments:
4242

4343
That's it! Everything is installed, configured, and running.
4444

45-
## 📊 What You Get
45+
## 📊 What you get
4646

4747
- **Grafana Dashboards** - Visual monitoring at http://localhost:3000
4848
- **PostgreSQL Monitoring** - PGWatch with comprehensive metrics
4949
- **Automated Reports** - Daily performance analysis
5050
- **API Integration** - Automatic upload to PostgreSQL AI
5151
- **Demo Database** - Ready-to-use test environment
5252

53-
## 🎯 Use Cases
53+
## 🎯 Use cases
5454

55-
**For Developers:**
55+
**For developers:**
5656
```bash
5757
./postgres_ai quickstart --demo
5858
```
5959
Get a complete monitoring setup with demo data in under 2 minutes.
6060

61-
**For Production:**
61+
**For production:**
6262
```bash
6363
./postgres_ai quickstart --api-key=your_key
6464
# Then add your databases
@@ -71,7 +71,7 @@ Get a complete monitoring setup with demo data in under 2 minutes.
7171
```
7272
Fully automated setup with no interactive prompts.
7373

74-
## 🔧 Management Commands
74+
## 🔧 Management commands
7575

7676
```bash
7777
# Instance management
@@ -88,7 +88,7 @@ Fully automated setup with no interactive prompts.
8888
./postgres_ai health
8989
```
9090

91-
## 🌐 Access Points
91+
## 🌐 Access points
9292

9393
After running quickstart:
9494

@@ -103,6 +103,5 @@ After running quickstart:
103103
./postgres_ai help
104104
```
105105

106-
## 🔑 API Key
107-
108-
Get your key at [PostgreSQL AI](https://postgres.ai) for automated report uploads and advanced analysis.
106+
## 🔑 Postgres AI access token
107+
Get your key at [Postgres AI](https://postgres.ai) for automated report uploads and advanced analysis.

0 commit comments

Comments
 (0)