From 0932489fce3599b3e98e523ed9f657712b8c3315 Mon Sep 17 00:00:00 2001 From: Sayyad Gul Mohammad Date: Thu, 25 May 2023 13:20:50 +0530 Subject: [PATCH] corrected typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fcdfc49d..261d64c0ae 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The [Parse Server guide](https://docs.parseplatform.org/parse-server/guide/) is 5. Run `mongo` to connect to your database, just to make sure it's working. Once you see a mongo prompt, exit with `Control-D`. 6. Launch Parse Server with `npm start`. 7. By default the API route will use `/parse` as a base. You can change this by setting the environment variable `PARSE_MOUNT`, for example in the CLI run run `export PARSE_MOUNT=/app` to set the path to `app`. -8. Your Parse Server is not running and is connected to your local database named `dev` in which the data is stored that you manage via Parse Server. +8. Your Parse Server is now running and is connected to your local database named `dev` in which the data is stored that you manage via Parse Server. ## Helpful Scripts These scripts can help you to develop your app for Parse Server: