Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsameer committed Dec 19, 2015
1 parent d792455 commit 358cbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ tools, and provides additional features like a robust dashboard, pre-baked authe
cool stuff.

## Installation
Simply add `faalis` to your gem file with following command:
Simply add these to the end of your `Gemfile`:

```ruby
source 'http://rails-assets.org' do
Expand All @@ -25,7 +25,7 @@ source 'http://rails-assets.org' do
gem 'rails-assets-admin-lte'
end

gem "faalis", github: 'Yellowen/Faalis'
gem "faalis"
```

Then install your project dependencies using `bundle` command:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/source/getting_started.md
Expand Up @@ -54,7 +54,7 @@ robust dashboard subsystem with some fantastic generators to improve productivit
Installation
-------------

Simply add `faalis` to your gem file like this:
Simply add these to the end of your `Gemfile`:

```ruby
source 'http://rails-assets.org' do
Expand Down

0 comments on commit 358cbc4

Please sign in to comment.