README.md in phcpress-3.8.5 vs README.md in phcpress-4.0.0
- old
+ new
@@ -1,16 +1,16 @@
[![security](https://hakiri.io/github/PHCNetworks/phc-press/master.svg)](https://hakiri.io/github/PHCNetworks/phc-press/master)
[![Code Climate](https://codeclimate.com/github/PHCNetworks/phc-press/badges/gpa.svg)](https://codeclimate.com/github/PHCNetworks/phc-press)
[![Issue Count](https://codeclimate.com/github/PHCNetworks/phc-press/badges/issue_count.svg)](https://codeclimate.com/github/PHCNetworks/phc-press)
[![Gem Version](https://badge.fury.io/rb/phcpress.svg)](https://badge.fury.io/rb/phcpress)
-### PHCPress(3) (Blog & News Post Engine) Documentation
+### PHCPress(4) (Blog & News Post Engine) Documentation
PHCPress is a basic open source news & blog engine.
#### Step 1 - Add PHCPress Engine to your gemfile
- gem 'phcpress', '~> 3.8', '>= 3.8.1'
+ gem 'phcpress', '~> 3.8', '>= 3.8.5'
bundle exec install
#### Step 2 - Copy over database migration files
rake phcpress:install:migrations
@@ -25,5 +25,6 @@
#### Step 4 - Setup Carrierwave (Image Uploads)
PHCPress default Carrierwave settings can be overwritten (suggested).
- [How to Override PHCPress Uploader](https://github.com/PHCNetworks/phc-press/wiki/Image-Uploader---Override)
- [How to Override - Cloudinary Example](https://github.com/PHCNetworks/phc-press/wiki/Image-Uploader-(Cloudinary))
+-
\ No newline at end of file