Skip to content

Commit f7f9a68

Browse files
committed
adjust README
1 parent cbd0451 commit f7f9a68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ For each DBMS you need to have its respective dump tool installed.
5151
- SQLite => `sqlite3`
5252
- PostgreSQL => `pg_dump`
5353

54-
⚠️ For `pg_dump` it is especially important that you have a compatible version installed. So e.g. if you have a **PostgreSQL 14 server** you need a **pg_dump version 14** ⚠️
54+
> [!WARNING]
55+
> For `pg_dump` it is especially important that you have a compatible version installed. So e.g. if you have a **PostgreSQL 14 server** you need a **pg_dump version 14** ⚠️
5556
5657
## How to use
5758

@@ -79,7 +80,8 @@ bin/cake dump_sql test > test_dump.sql
7980

8081
### GZIP compressed dump
8182

82-
ℹ️ The following feature requires you have the **PHP zlib extension** installed and active ℹ️
83+
> [!NOTE]
84+
> The following feature requires you have the **PHP zlib extension** installed and active️
8385
8486
```
8587
bin/cake dump_sql --gzip > dump.sql.gz

0 commit comments

Comments
 (0)