Skip to content

Commit

Permalink
updated description and version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhu313 committed Aug 7, 2016
1 parent 83338b1 commit 0d9a549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
Quinn
=====

A very simple/rough draft XML parser in Elixir. I'm currently using `xmerl_scan.string` to parse the xml. It works for parsing rss feeds.
A simple XML parser in Elixir aims to parse rss/atom feeds. I'm currently using `xmerl_scan.string` to parse the xml.

# Parsing

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ defmodule Quinn.Mixfile do
def project do
[
app: :quinn,
version: "0.0.6",
version: "1.0.0",
elixir: "~> 1.3",
deps: deps,
description: description,
Expand All @@ -26,7 26,7 @@ defmodule Quinn.Mixfile do

defp description do
"""
Quinn is Elixir xml parser.
Quinn is a simple XML parser mainly used to parse rss/atom feeds.
"""
end

Expand Down

0 comments on commit 0d9a549

Please sign in to comment.