Skip to content

Commit

Permalink
Update README for 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Nov 17, 2020
1 parent efae198 commit a6f5ef5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Appsignal.Plug

> ⚠️ **NOTE**: Appsignal.Plug is part of an upcoming version of Appsignal for
> Elixir, and hasn't been officially released. Aside from beta testing, we
> recommend using [the current version of AppSignal for Elixir](https://github.com/appsignal/appsignal-elixir/tree/main)
> instead.
AppSignal's Plug instrumentation instruments calls to Plug applications to
gain performance insights and error reporting.

Expand All @@ -15,7 +10,7 @@ To install `Appsignal.Plug` into your Plug application, first add

``` elixir
defp deps do
{:appsignal_plug, "~> 2.0.0-beta.1"}
{:appsignal_plug, "~> 2.0.0"}
end
```

Expand All @@ -37,3 +32,6 @@ defmodule AppsignalPlugExample do
end
end
```

For more information, check out the [Integrating AppSignal into
Plug](https://docs.appsignal.com/elixir/integrations/plug.html) guide.

0 comments on commit a6f5ef5

Please sign in to comment.