Skip to content

Commit

Permalink
[Fix] Replace "bundles" with "apps" in the content of README.md to al…
Browse files Browse the repository at this point in the history
…ign with current source code structure. (#5885)
  • Loading branch information
zergmk2 authored Aug 13, 2024
1 parent 84893e6 commit fe6ff58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Remember to replace any placeholder URLs or instructions with the specific details relevant to the Elsa Workflow project as necessary.

0 comments on commit fe6ff58

Please sign in to comment.