Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnv authored Aug 10, 2018
1 parent bd43181 commit 831843a
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 @@ -32,10 +32,10 @@ chart |> IO.puts()
```

## Options
One or more of following settings can be provided:
- `offset` - the number of characters to set as the chart's offset (left)
One or more of the following settings can be provided:
- `offset` - number of characters to set as the chart's (left) offset
- `height` - adjusts the height of the chart
- `padding` - one or more characters to use for the label's padding (left)
- `padding` - one or more characters to use for the label's (left) padding

```elixir
{:ok, chart} = Asciichart.plot([1, 2, 5, 5, 4, 3, 2, 100, 0], height: 3, offset: 10, padding: "__")
Expand Down

0 comments on commit 831843a

Please sign in to comment.