From e128a11f3bf74e8a6a41ea516a04e50339a667de Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 9 Aug 2023 17:44:24 +0530 Subject: [PATCH 1/2] Update docs/community/development.md --- docs/community/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/development.md b/docs/community/development.md index 15461e728..f8c8b0638 100644 --- a/docs/community/development.md +++ b/docs/community/development.md @@ -77,7 +77,7 @@ All tests should run successfully without any errors or failures. (You might see Now you are ready to make your changes! Edit whichever files in `src` as required. -#### 4. See your changes +#### 5. See your changes Open in your browser, after starting the dev server. There is a list of demos that can be used to see and test your changes. From fee6f459a84cb43c221ac2e2d43b6bfc7d808811 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 9 Aug 2023 17:44:49 +0530 Subject: [PATCH 2/2] Update packages/mermaid/src/docs/community/development.md --- packages/mermaid/src/docs/community/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/docs/community/development.md b/packages/mermaid/src/docs/community/development.md index bc274b448..35a01e589 100644 --- a/packages/mermaid/src/docs/community/development.md +++ b/packages/mermaid/src/docs/community/development.md @@ -71,7 +71,7 @@ All tests should run successfully without any errors or failures. (You might see Now you are ready to make your changes! Edit whichever files in `src` as required. -#### 4. See your changes +#### 5. See your changes Open in your browser, after starting the dev server. There is a list of demos that can be used to see and test your changes.