Skip to content

Commit

Permalink
polish readme
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed May 17, 2022
1 parent f9181b1 commit 23f0ff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Features
- Synchronizes all your tasks from various sources in one Trello board.
- Lets you build automations that can be triggered by user actions via Trello UI.
- Lets you build automations that can be triggered when a card is archived.
- Can be used either as a **server** or a **runner** (e.g. a cronjob).

#### Synchronization
Expand Down Expand Up @@ -101,7 +101,7 @@ go run ./cmd/runner -c ./config.json
---

## Server Mode
Put your environment variables in a file called `.env`, based on `.env.example`, and start the server:
Put your environment variables in a file called `.env` based on `.env.example` and start the server:
```sh
go run ./cmd/server
```
Expand Down Expand Up @@ -164,7 +164,7 @@ A new [Docker image](https://github.com/utkuufuk?tab=packages&repo_name=entrello
---

## Example `entrello` Services
You can use these open-source services as references for developing your own:
You may use these as references for developing your own services:
- [utkuufuk/habit-service](https://github.com/utkuufuk/habit-service)
- [utkuufuk/github-service](https://github.com/utkuufuk/github-service)
- [utkuufuk/goodreads-service](https://github.com/utkuufuk/goodreads-service)
Expand Down

0 comments on commit 23f0ff0

Please sign in to comment.