Skip to content

Commit

Permalink
docs: minor fixes (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp authored Dec 9, 2024
1 parent 212ce9c commit 0f0248b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

## Upgrading from v1.6

See the [migration guide](./docs/Migrating to v2-0-0.md) for instructions.
See the [migration guide](./docs/Migrating-to-v2-0-0.md) for instructions.

## Getting Started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ No addtional changes required apart from the configuration above.
```elixir
def deps do
[
{:pigeon_legacy_fcm, "~> 0.1.0"}
{:pigeon_legacy_fcm, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule Pigeon.Mixfile do
extras: [
"CHANGELOG.md",
LICENSE: [title: "License"],
"docs/Migrating to v2-0-0.md": [title: "Upgrading to v2.0"]
"docs/Migrating-to-v2-0-0.md": [title: "Upgrading to v2.0"]
],
groups_for_modules: [
"ADM - Amazon Android": [Pigeon.ADM, Pigeon.ADM.Notification],
Expand Down

0 comments on commit 0f0248b

Please sign in to comment.