Skip to content

Commit

Permalink
Merge pull request #52 from igor-toporet/patch-1
Browse files Browse the repository at this point in the history
Fix two typos in the README.md
  • Loading branch information
idugalic committed Jan 8, 2024
2 parents 92a84c1 + ca44df5 commit 2ce7ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It is backing the [Fmodel Reference Guide](https://fraktalio.com/fmodel/).
It demonstrates how to run our unique domain and orchestrate it in an EventSourced/EventDriven way.

![event model image](.assets/restaurant-model2.jpg)
*this bleuprint is an outcome of the [event-modeling](https://eventmodeling.org/posts/what-is-event-modeling/) process*
*this blueprint is an outcome of the [event-modeling](https://eventmodeling.org/posts/what-is-event-modeling/) process*

## Fmodel

Expand Down Expand Up @@ -98,7 +98,7 @@ This project is using [Gradle](https://docs.gradle.org) as a build and automatio
docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
```

> Check the connection URL in [application enviroment variables](src/main/kotlin/com/fraktalio/Env.kt)
> Check the connection URL in [application environment variables](src/main/kotlin/com/fraktalio/Env.kt)
```shell
./gradlew run
Expand Down

0 comments on commit 2ce7ec1

Please sign in to comment.