Skip to content

Commit 210ebe9

Browse files
committed
adding a note regarding the merge effort
1 parent 7c66985 commit 210ebe9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
[![Build Status](https://travis-ci.org/potenza/bootstrap_form.png?branch=master)](https://travis-ci.org/potenza/bootstrap_form) [![Code Climate](https://codeclimate.com/github/potenza/bootstrap_form.png)](https://codeclimate.com/github/potenza/bootstrap_form)
1+
# Rails Bootstrap Forms
22

3-
# BootstrapForm
3+
---
4+
## WIP
45

5-
**BootstrapForm** is a rails form builder that makes it super easy to integrate
6+
We are currently merging the following repositories:
7+
8+
https://github.com/sethvargo/bootstrap_forms
9+
https://github.com/potenza/bootstrap_form
10+
---
11+
12+
**Rails Bootstrap Forms** is a rails form builder that makes it super easy to integrate
613
twitter bootstrap-style forms into your rails application.
714

815
## Requirements
@@ -23,7 +30,7 @@ Then:
2330

2431
## Usage
2532

26-
To get started, just use the **BootstrapForm** form helper. Here's an example:
33+
To get started, just use the **Rails Bootstrap Forms** form helper. Here's an example:
2734

2835
```erb
2936
<%= bootstrap_form_for(@user) do |f| %>

0 commit comments

Comments
 (0)