Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abiwinanda committed May 31, 2020
1 parent 49f1112 commit e931059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ will ensure that whatever ecto schema that you specified, you will get the schem

`Fictitious` only generates fictitious data hence it is recommended that you install them in test environment
only but feel free to play around with `Fictitious` by having it installed in normal dev environment.
Inside your `mix.exs` file add `{:fictitious, "~> 0.1.0", only: :test}` as one of your dependency:
Inside your `mix.exs` file add `{:fictitious, "~> 0.1.1", only: :test}` as one of your dependency:

```elixir
defp deps do
[
...
{:fictitious, "~> 0.1.0", only: :test},
{:fictitious, "~> 0.1.1", only: :test},
...
]
end
Expand Down
4 changes: 2 additions & 2 deletions lib/fictitious.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ defmodule Fictitious do
`Fictitious` only generates fictitious data hence it is recommended that you install them in test environment
only but feel free to play around with `Fictitious` by having it installed in normal dev environment.
Inside your `mix.exs` file add `{:fictitious, "~> 0.1.0", only: :test}` as one of your dependency:
Inside your `mix.exs` file add `{:fictitious, "~> 0.1.1", only: :test}` as one of your dependency:
defp deps do
[
...
{:fictitious, "~> 0.1.0", only: :test},
{:fictitious, "~> 0.1.1", only: :test},
...
]
end
Expand Down

0 comments on commit e931059

Please sign in to comment.