Skip to content

Commit c372c7c

Browse files
Merge pull request #46 from visini/improve-docs
Improve docs
2 parents 3aafa52 + 13f8fbc commit c372c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ If you use Devise for authentication in your app, you can also restrict access t
269269

270270
```ruby
271271
authenticate :user, -> (user) { user.admin? } do
272-
mount LitestreamRails::Engine, at: "/litestream"
272+
mount Litestream::Engine, at: "/litestream"
273273
end
274274
```
275275

lib/litestream/generators/litestream/templates/initializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All configuration options will be available as environment variables, e.g.
33
# config.replica_bucket becomes LITESTREAM_REPLICA_BUCKET
44
# This allows you to configure Litestream using Rails encrypted credentials,
5-
# or some other mechanism where the values are only avaialble at runtime.
5+
# or some other mechanism where the values are only available at runtime.
66

77
Rails.application.configure do
88
# An example of using Rails encrypted credentials to configure Litestream.

0 commit comments

Comments
 (0)