Skip to content

Commit

Permalink
Update readme for 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Nov 6, 2017
1 parent f5b73e5 commit d6d63ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Test Coverage](https://codeclimate.com/github/AlchemyCMS/alchemy_cms/badges/coverage.svg)](https://codeclimate.com/github/AlchemyCMS/alchemy_cms)
[![Slack Status](http://slack.alchemy-cms.com/badge.svg)](http://slack.alchemy-cms.com)

**CAUTION: This master branch is a development branch that *can* contain bugs. For productive environments you should use the [current Ruby gem version](https://rubygems.org/gems/alchemy_cms), or the [latest stable branch (3.6-stable)](https://github.com/AlchemyCMS/alchemy_cms/tree/3.6-stable).**
**CAUTION: This master branch is a development branch that *can* contain bugs. For productive environments you should use the [current Ruby gem version](https://rubygems.org/gems/alchemy_cms), or the [latest stable branch (4.0-stable)](https://github.com/AlchemyCMS/alchemy_cms/tree/4.0-stable).**


## About
Expand Down Expand Up @@ -67,7 +67,7 @@ Put this into your `Gemfile`:
gem 'alchemy_cms', github: 'AlchemyCMS/alchemy_cms', branch: 'master'
```

**NOTE:** You normally want to use a stable branch, like `3.6-stable`.
**NOTE:** You normally want to use a stable branch, like `4.0-stable`.

If you want to use Russian translation and have better i18n support, you should put:

Expand Down Expand Up @@ -96,7 +96,7 @@ If you don't have your own user class, you can use the Alchemy user model. Just
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: 'master'
```

**NOTE:** You normally want to use a stable branch, like `3.6-stable`.
**NOTE:** You normally want to use a stable branch, like `4.0-stable`.

Then run:

Expand Down

0 comments on commit d6d63ac

Please sign in to comment.