From fe6ff588e606e503e65ea3b0f3fb09956ccee9c1 Mon Sep 17 00:00:00 2001 From: zergmk2 Date: Wed, 14 Aug 2024 02:56:32 +0800 Subject: [PATCH] [Fix] Replace "bundles" with "apps" in the content of README.md to align with current source code structure. (#5885) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc4e6eb7b..d5077babb 100644 --- a/README.md +++ b/README.md @@ -153,12 +153,12 @@ git clone https://github.com/YOUR_USERNAME/elsa-core.git ``` Replace `YOUR_USERNAME` with your GitHub username. For more information on forking a repo, check out the GitHub documentation [here](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo). -Incorporating the details about the "bundles" folder and its projects into the second point about opening the `Elsa.sln` using your favorite IDE, we can expand the instructions to guide developers on where to start and what projects they might want to explore first. Here's an updated version of that section with the additional information: +Incorporating the details about the "apps" folder and its projects into the second point about opening the `Elsa.sln` using your favorite IDE, we can expand the instructions to guide developers on where to start and what projects they might want to explore first. Here's an updated version of that section with the additional information: ### 2. Open `Elsa.sln` Using Your Favorite IDE After cloning the repository, navigate to the cloned directory and open the `Elsa.sln` solution file with your preferred IDE that supports .NET development, such as Visual Studio, JetBrains Rider, or Visual Studio Code with the appropriate extensions. -Within the solution, you will find a "bundles" folder containing three projects designed to help you get started and explore the capabilities of Elsa Workflow: +Within the solution, you will find an "apps" folder containing three projects designed to help you get started and explore the capabilities of Elsa Workflow: - **Elsa.Server.Web**: This project is a reference ASP.NET Core application that acts as a workflow server. It's a great starting point if you want to understand how Elsa functions as a server-side workflow engine. @@ -176,4 +176,4 @@ This approach helps us streamline contributions and ensures that your efforts ar --- -Remember to replace any placeholder URLs or instructions with the specific details relevant to the Elsa Workflow project as necessary. \ No newline at end of file +Remember to replace any placeholder URLs or instructions with the specific details relevant to the Elsa Workflow project as necessary.