Skip to content

Commit 013eeff

Browse files
committed
fix: correct profile name in README quick-start examples
1 parent 80d496a commit 013eeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Windows users: grab the `.exe` from the [latest release](https://github.com/exas
3434
For a local Docker container (default presets):
3535

3636
```bash
37-
exapump profile add local
37+
exapump profile add default
3838
```
3939

4040
For a custom server (use `--default` to mark it as the default profile):
@@ -65,7 +65,7 @@ No `--dsn` needed — exapump uses your default profile automatically.
6565

6666
exapump resolves connections in this order:
6767

68-
- **Profile** (recommended): `exapump profile add local`, then run commands directly
68+
- **Profile** (recommended): `exapump profile add default`, then run commands directly
6969
- **DSN flag**: `--dsn exasol://user:pwd@host:8563`
7070
- **Environment variable**: `EXAPUMP_DSN=exasol://user:pwd@host:8563`
7171

0 commit comments

Comments
 (0)