Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge07 committed Jun 7, 2020
1 parent 33b70c3 commit 12e84db
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 @@ -3,7 +3,7 @@
A boilerplate for DDD, CQRS, Event Sourcing applications using Symfony as framework and running with php7

![pr](https://github.com/jorge07/symfony-5-es-cqrs-boilerplate/workflows/pr/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/jorge07/symfony-5-es-cqrs-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/jorge07/symfony-5-es-cqrs-boilerplate?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/jorge07/symfony-5-es-cqrs-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/jorge07/symfony-5-es-cqrs-boilerplate)

Symfony 4 still available in [symfony-4 branch](https://github.com/jorge07/symfony-5-es-cqrs-boilerplate/tree/symfony-4)

Expand Down Expand Up @@ -114,4 +114,4 @@ To ease your development process, you can use Xdebug with PHPSTORM.
> Note for Windows users:
>
> You might need to update `docker-os=` to `docker-os=windows` in [Makefile](makefile)
> or specify its value on command line like `$ make start docker-os=windows`.
> or specify its value on command line like `$ make start docker-os=windows`.

0 comments on commit 12e84db

Please sign in to comment.