Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Banura Randika committed May 19, 2020
1 parent 2fb3e3f commit 0b4eab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FiSeo

This gem provides a easier solution to search engine optimization(SEO) in a ruby project. This will give you the seo capabilities to your static pages and dynamic pages alike with few lines of code.
This gem provides a easier solution to search engine optimization(SEO) in a rails project. This will give you the seo capabilities to your static pages and dynamic pages alike with few lines of code.
Also site maps are essential to the SEO of your web application. So this gem gives that capabilities with a feature to integrate google analytics.

This gem currently integrate with the Active Admin for management of the gem. Dynamic pages and other settings also include with the integration.
Expand Down Expand Up @@ -33,7 +33,7 @@ And then execute:

After updating your bundle, run the migration as follows:

$ acts_as_seoable:migrate
$ rails g acts_as_seoable:migrate
$ rails db:migrate

## Usage
Expand Down

0 comments on commit 0b4eab0

Please sign in to comment.