Skip to content

Commit 1c9444f

Browse files
committed
Add a message around upgrading
1 parent 3422c20 commit 1c9444f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ There is also a helper for the logout route:
102102
link_to 'Log out', rpi_auth_logout_path
103103
```
104104

105-
### Sin
106-
107105
### Redirecting users to the "next step"
108106

109107
There are a three possible places the user will end up at following logging in,
@@ -152,6 +150,13 @@ class in `config/application.rb`.
152150
config.railties_order = [RpiAuth::Engine, :main_app, :all]
153151
```
154152

153+
## Upgrading between versions.
154+
155+
This project follows semantic versioning, so upgrades between minor and patch
156+
versions should not need any code or configuration changes.
157+
158+
For major version upgrades see the [upgrading docs](UPGRADING.md).
159+
155160
## License
156161

157162
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)