Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xou/elixlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xou committed Aug 29, 2021
2 parents a56e130 + 6f649f5 commit df23528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
language: elixir

elixir:
- 1.3.0
- 1.7.4

otp_release:
- 19.0
Expand Down
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Features:
## Installation


### Elixir 1.3 and above
### Elixir 1.7 and above

Via Hex, in `mix.exs`:

Expand All @@ -39,22 +39,6 @@ defp deps do
end
```

### Elixir pre 1.3

```elixir
defp deps do
[{:elixlsx, "~> 0.3.1"}]
end
```

Via github:

```elixir
defp deps do
[{:elixlsx, github: "xou/elixlsx", tag: "v0.3.1"}]
end
```

## Usage

1-Line tutorial:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Elixlsx.Mixfile do
[
app: :elixlsx,
version: @version,
elixir: "~> 1.3",
elixir: "~> 1.7",
package: package(),
description: "Elixlsx is a writer for the MS Excel OpenXML format (`.xlsx`).",
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit df23528

Please sign in to comment.