Skip to content

Commit 3f23f04

Browse files
committed
Updated wording in README
1 parent 057998d commit 3f23f04

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Tutorial, practical samples and other resources about Event Sourcing in .NET Cor
1515
- [2. Support](#2-support)
1616
- [3. Prerequisites](#3-prerequisites)
1717
- [4. Tools used](#4-tools-used)
18-
- [5. Fully working sample application](#5-fully-working-sample-application)
18+
- [5. Samples](#5-samples)
1919
- [6. Self-paced training Kit](#6-self-paced-training-kit)
2020
- [7. Articles](#7-articles)
2121
- [8. Event Store - Marten](#8-event-store---marten)
@@ -364,18 +364,15 @@ Feel free to [create an issue](https://github.com/oskardudycz/EventSourcing.NetC
364364
For running the Event Store examples you need to have:
365365

366366
1. .NET 5 installed - https://dotnet.microsoft.com/download/dotnet/5.0
367-
2. Postgres DB. You can get it by:
368-
- Installing [Docker](https://store.docker.com/search?type=edition&offering=community), going to the `docker` folder and running:
367+
2. [Docker](https://store.docker.com/search?type=edition&offering=community) installed. Then going to the `docker` folder and running:
369368

370369
```
371370
docker-compose up
372371
```
373-
- Installing a most recent version of the Postgres DB (eg. from <https://www.postgresql.org/download/>).
374372

375373
**More information about using .NET Core, WebApi and Docker you can find in my other tutorials:** [WebApi with .NET](https://github.com/oskardudycz/WebApiWith.NETCore)
376374

377-
378-
You can also watch my presentation "Practical Event Sourcing with Marten":
375+
You can also watch my presentation _"Practical Event Sourcing with Marten"_:
379376

380377
<a href="https://www.youtube.com/watch?v=L_ized5xwww&list=PLw-VZz_H4iio9b_NrH25gPKjr2MAS2YgC&index=7" target="_blank"><img src="https://img.youtube.com/vi/L_ized5xwww/0.jpg" alt="Practical Event Sourcing with Marten (EN)" width="320" height="240" border="10" /></a>
381378

@@ -391,9 +388,9 @@ and discussion with [Yves Lorphelin](https://github.com/ylorph/) about CQRS:
391388
4. [Kafka](https://github.com/jbogard/MediatR) - External Durable Message Bus to integrate services
392389
5. [ElasticSearch](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/elasticsearch-net-getting-started.html) - Read Models
393390

394-
## 5. Fully working sample application
391+
## 5. Samples
395392

396-
See also fully working samples of Event Sourcing and CQRS applications in [Samples folder](https://github.com/oskardudycz/EventSourcing.NetCore/tree/main/Sample).
393+
See also fully working, real-world samples of Event Sourcing and CQRS applications in [Samples folder](https://github.com/oskardudycz/EventSourcing.NetCore/tree/main/Sample).
397394

398395
- **[ECommerce with Marten](./Sample/ECommerce)**
399396
- typical Event Sourcing and CQRS flow,

0 commit comments

Comments
 (0)