Skip to content

Commit beefe8a

Browse files
committed
chore: Documentation release
1 parent 45c93b3 commit beefe8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

guides/introduction/Getting Started.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Getting Started
2+
13
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`):
24

35
```elixir

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do
66
def project do
77
[
88
app: :ecto_watch,
9-
version: "0.9.6",
9+
version: "0.9.8",
1010
elixir: "~> 1.10",
1111
description:
1212
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",

0 commit comments

Comments
 (0)