Skip to content

Commit

Permalink
[chore] Fix image alignment in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
przucidlo committed Mar 18, 2022
1 parent 51a2254 commit 4469f3d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
<div style="display: flex; flex-direction: column; text-align: center; justify-content: center; align-items: center;">
<p align="center">
<img src="https://abbl.github.io/electron-broker/img/logo.svg" width="256"/>
Simple and seamless messaging for Electron with built-in inter-process communication protocol.
</p>
<p align="center">
Simple and seamless messaging for Electron, with built-in inter-process communication protocol.
</p>

[![codecov](https://codecov.io/gh/abbl/electron-dove/branch/master/graph/badge.svg?token=FHETY9RA7I)](https://codecov.io/gh/abbl/electron-dove)
![example workflow](https://github.com/abbl/electron-dove/actions/workflows/automatic-unit-tests.yml/badge.svg)

</div>
<p align="center">
<img src="https://codecov.io/gh/abbl/electron-dove/branch/master/graph/badge.svg?token=FHETY9RA7I"/>
<img src="https://github.com/abbl/electron-dove/actions/workflows/automatic-unit-tests.yml/badge.svg"/>
</p>

# About

The broker was created as a part of a side-project, that was built on top of Electron, and its purpose was to reduce the boilerplate code that we had to write, to scale the application. By moving execution of certain tasks to different processes. I decided to make the code open-source, to benefit the community, and allow people to more efficiently code their apps, and overall improve the development experience.

By abstracting the Electron API, broker provides you with simple and well known syntax, to handle your messages. If you used Spring or NestJS before, you will feel right at home.

# Getting-started
# Getting started

Learn more at project's [documentation]() page
Learn more at project [documentation](https://abbl.github.io/electron-broker/) page.

# License

Expand Down

0 comments on commit 4469f3d

Please sign in to comment.