README.md in simple_discussion-0.9.1 vs README.md in simple_discussion-0.9.2
- old
+ new
@@ -1,14 +1,14 @@
# SimpleDiscussion
-SimpleDiscussion is a Rails forum gem extracting the forum from [GoRails' forum](https://gorails.com/forum). It includes categories, simple moderation, the ability to mark threads as solved, and more.
+SimpleDiscussion is a Rails forum gem extracting the [forum from GoRails](https://gorails.com/forum). It includes categories, simple moderation, the ability to mark threads as solved, and more.
Out of the box, SimpleDiscussion comes with styling for Boostrap v4 but you're free to customize the UI as much as you like by installing the views and tweaking the HTML.
## Installation
-Before you get started, SimpleDiscussion requires a `User` model in your application (for now).
+Before you get started, SimpleDiscussion requires a `User` model in your application (for now).
Add this line to your application's Gemfile:
```ruby
gem 'simple_discussion'
@@ -50,13 +50,13 @@
```ruby
mount SimpleDiscussion::Engine => "/forum"
```
-You can also add the CSS to your `application.css` to load some helpful default styles.
+Lastly, add the CSS to your `application.css` to load some default styles.
-```javascript
-//= require simple_discussion
+```scss
+*= require simple_discussion
```
## Usage
To get all the basic functionality, the only thing you need to do is add a link to SimpleDiscussion in your navbar.