Skip to content

Commit c217c43

Browse files
authored
Merge pull request #24 from patchlevel/update-docs
update docs
2 parents 495602f + 6651b8f commit c217c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ final class HotelController
424424

425425
```
426426

427-
> :book: todo: command bus
427+
> :book: You can also use a [command bus](docs/event_bus.md).
428428
429429
Consult the [bundle documentation](#documentation)
430430
or [library documentation](https://github.com/patchlevel/event-sourcing/#documentation) for more information.

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ patchlevel_event_sourcing:
5353
Finally we have to fill the ENV variable with a connection url.
5454
5555
```dotenv
56-
EVENTSTORE_URL: mysql://user:secret@localhost/app
56+
EVENTSTORE_URL=mysql://user:secret@localhost/app
5757
```
5858

5959
> :book: You can find out more about what a connection url looks like [here](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url).

0 commit comments

Comments
 (0)