Skip to content

Commit

Permalink
Add missing line break to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFunctionalGuy committed Oct 31, 2023
1 parent 5069bd9 commit 6848a30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<FILE> Second statement
```

The program expects [statements](#statements) as positional inputs and [filters](#filters) as inputs via flags.
The program expects [statements](#statements) as positional inputs and [filters](#filters) as inputs via flags.<br>
Statements are processed entry by entry and filtered respectively by the given including/excluding filters.
Results are all values of a statement summed up after they have passed both filter types.

Expand Down Expand Up @@ -47,7 +47,8 @@ Each line specifies either:

## Installation

Installing `comdirect-spending-calculator` is very easy. You will need [a build of Zig](https://ziglang.org/download/) (`master` or `0.11.0`) to build `comdirect-spending-calculator`.
Installing `comdirect-spending-calculator` is very easy.
You will need [a build of Zig](https://ziglang.org/download/) (`master` or `0.11.0`) to build `comdirect-spending-calculator`.

```bash
git clone https://github.com/TheFunctionalGuy/comdirect-spending-calculator
Expand Down

0 comments on commit 6848a30

Please sign in to comment.