Skip to content

Commit b0e8e98

Browse files
author
Tim Digel
committed
Fix Minor Issues
1 parent ccf5160 commit b0e8e98

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QuickStruct [![Build Status](https://travis-ci.org/active-group/quick-struct.svg?branch=master)](https://travis-ci.org/active-group/quick-struct)
1+
# QuickStruct [![Build Status](https://travis-ci.org/active-group/quick-struct.svg?branch=master)](https://travis-ci.org/active-group/quick-struct) [![Hex pm](http://img.shields.io/hexpm/v/quick_struct.svg?style=flat)](https://hex.pm/packages/quick_struct)
22

33
Macro to create data structures as structs with less boilerplate.
44

mix.exs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ defmodule QuickStruct.MixProject do
3636
end
3737

3838
defp description do
39-
"A macro to create datastructures as structs."
39+
"A macro to create data structures as structs."
4040
end
4141

4242
defp package do
4343
[
44-
name: "QuickStruct",
44+
name: "quick_struct",
4545
licenses: ["MIT"],
46-
files: ~w(lib priv .formatter.exs mix.exs README* readme* LICENSE*
47-
license* CHANGELOG* changelog* src),
46+
files: ~w(lib .formatter.exs mix.exs README* LICENSE*),
4847
links: %{"GitHub" => "https://github.com/active-group/quick-struct"}
4948
]
5049
end

0 commit comments

Comments
 (0)