From 0b4eab09dc340367115695fb040e5eb851ad7257 Mon Sep 17 00:00:00 2001 From: Banura Randika Date: Tue, 19 May 2020 19:37:35 +0530 Subject: [PATCH] Readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d826e9..076e041 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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