Skip to content

Commit

Permalink
fix generating document
Browse files Browse the repository at this point in the history
  • Loading branch information
goofansu committed Aug 24, 2024
1 parent efc59b0 commit b06e192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

## Usage

I recommend to run [ogp.livemd](./ogp.livemd) in [Livebook](https://github.com/elixir-nx/livebook) for detail.
I recommend to run [ogp.livemd](https://github.com/goofansu/ogp/blob/main/ogp.livemd) in [Livebook](https://github.com/elixir-nx/livebook) for detail.

### Parse HTML

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule OpenGraph.MixProject do
{:floki, "~> 0.36.2"},
{:plug, "~> 1.16", only: :test},
{:excoveralls, "~> 0.18.2", only: :test},
{:ex_doc, "~> 0.34.2", only: :docs}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
]
end
end

0 comments on commit b06e192

Please sign in to comment.