Skip to content

Commit

Permalink
Fix markdownlint warnings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Oct 1, 2018
1 parent 3543390 commit 4f0dc16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ value in various 3D applications, such as games.

#### Determine the vertical FOV from an horizontal FOV

```
```text
$ fov 90h 4:3
Horizontal FOV 90.00°
Vertical FOV 73.74°
Expand All @@ -19,7 +19,7 @@ Aspect ratio 4:3

#### Determine the horizontal FOV from a vertical FOV

```
```text
$ fov 70v 16:9
Horizontal FOV 102.45°
Vertical FOV 70.00°
Expand All @@ -28,7 +28,7 @@ Aspect ratio 16:9

#### Convert an horizontal FOV to a wider aspect ratio

```
```text
$ fov 90h 4:3 16:9
Orig. Converted
Horizontal FOV 90.00° 106.26°
Expand All @@ -38,7 +38,7 @@ Aspect ratio 4:3 16:9

### Reference

```
```text
NAME:
fov - Calculate horizontal or vertical FOV values for a given aspect ratio
Expand Down

0 comments on commit 4f0dc16

Please sign in to comment.