Skip to content

Commit 643dc73

Browse files
committed
update README markdown to break to multiple lines
1 parent 3b10847 commit 643dc73

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@ Active Admin is a Ruby on Rails framework for creating elegant backends for webs
1212

1313
## State of the project
1414

15-
We're [currently working on 1.0.0](https://github.com/gregbell/active_admin/issues?milestone=18), which as far as dependencies, moves us from meta_search to Ransack and adds Rails 4 support. Until it's ready, you can get Rails 4 support today by tracking master:
15+
We're [currently working on 1.0.0](https://github.com/gregbell/active_admin/issues?milestone=18),
16+
which as far as dependencies, moves us from meta_search to Ransack and adds Rails 4 support.
17+
Until it's ready, you can get Rails 4 support today by tracking master:
1618

1719
```ruby
1820
gem 'activeadmin', github: 'gregbell/active_admin'
1921
```
2022

21-
The plan is to follow [semantic versioning](http://semver.org/) as of 1.0.0. The 0.6.x line will still be maintained, and we will backport bug fixes into future 0.6.x releases. If you don't want to have to wait for a release, you can track the branch instead:
23+
The plan is to follow [semantic versioning](http://semver.org/) as of 1.0.0. The 0.6.x line will
24+
still be maintained, and we will backport bug fixes into future 0.6.x releases. If you don't want
25+
to have to wait for a release, you can track the branch instead:
2226

2327
```ruby
2428
gem 'activeadmin', github: 'gregbell/active_admin', branch: '0-6-stable'
2529
```
2630

27-
Please note that <http://activeadmin.info> is out of date. For the latest docs, check out the Github repo itself.
31+
Please note that <http://activeadmin.info> is out of date. For the latest docs, check out the
32+
Github repo itself.
2833

2934
## Links
3035

0 commit comments

Comments
 (0)