Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ defmodule YahooFinanceEx.MixProject do
end

defp description do
"Elixir client for the Yahoo! Finance API: stock quotes, FX rates, " <>
"dividend history. Handles Yahoo's cookie + CSRF crumb auth flow."
"Elixir client for the Yahoo! Finance API. Handles the cookie + " <>
"CSRF crumb auth flow transparently. v0.1 ships single-symbol " <>
"quote fetch; batched quotes, FX, and dividend history planned."
end

defp package do
Expand Down
Loading