Skip to content

Commit 69dd49b

Browse files
committed
Removed specific database type from README.
1 parent fcd2456 commit 69dd49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This library implements an app, [SlackRubyBotServer::App](lib/slack-ruby-bot-ser
7272

7373
#### App
7474

75-
The app instance checks for a working MongoDB connection, ensures database indexes, performs database migrations, sets up bot aliases and log levels. You can introduce custom behavior into the app lifecycle by subclassing `SlackRubyBotServer::App` and creating an instance of the child class in `config.ru`.
75+
The app instance checks for a working database connection, ensures indexes, performs migrations, sets up bot aliases and log levels. You can introduce custom behavior into the app lifecycle by subclassing `SlackRubyBotServer::App` and creating an instance of the child class in `config.ru`.
7676

7777
```ruby
7878
class MyApp < SlackRubyBotServer::App

0 commit comments

Comments
 (0)