From 5b883858f1b9fe59fca77a1eef9bc55093b38740 Mon Sep 17 00:00:00 2001 From: anant Date: Fri, 15 Nov 2024 15:50:24 +0530 Subject: [PATCH] minor fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 426aaf3..4f28464 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pb is configured with `demo` profile as the default. This means you can directly ### Profiles -To start using pb against your Parseable server, create a profile (a profile is a set of credentials for a Parseable Server instance). You can create a profile using the `pb profile create` command. For example: +To start using pb against your Parseable server, create a profile (a profile is a set of credentials for a Parseable Server instance). You can create a profile using the `pb profile add` command. For example: ```bash pb profile add local http://localhost:8000 admin admin