Skip to content

Commit

Permalink
chore: Documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Aug 10, 2024
1 parent 45c93b3 commit beefe8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions guides/introduction/Getting Started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Getting Started

To use EctoWatch, you need to add it to your supervision tree and specify watchers for Ecto schemas and update types. It would look something like this in your `application.ex` file (after `MyApp.Repo` and `MyApp.PubSub`):

```elixir
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do
def project do
[
app: :ecto_watch,
version: "0.9.6",
version: "0.9.8",
elixir: "~> 1.10",
description:
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",
Expand Down

0 comments on commit beefe8a

Please sign in to comment.