Move example to top.
This commit is contained in:
parent
05284fe7d9
commit
90d02b3c87
23
README.md
23
README.md
|
@ -3,15 +3,22 @@
|
|||
[](https://badge.fury.io/rb/rucaptcha)
|
||||
[](https://travis-ci.org/huacnlee/rucaptcha)
|
||||
|
||||
This is a Captcha gem for Rails Applications. It runs an ImageMagick command to draw Captcha image - so it has NO performance issues or memory leak issues.
|
||||
This is a Captcha gem for Rails Applications. It runs an ImageMagick command to draw Captcha image - so it has NO performance issues or memory leak issues. **There is NO: RMagick**
|
||||
|
||||
**There is NO: RMagick**
|
||||
## Example
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Idea by: https://ruby-china.org/topics/20558#reply4
|
||||
|
||||
[中文介绍和使用说明](https://ruby-china.org/topics/27832)
|
||||
|
||||
|
||||
## Feature
|
||||
|
||||
- Only need `ImageMagick`, No `RMagick`, No `mini_magick`;
|
||||
|
@ -35,16 +42,6 @@ sudo apt-get install imagemagick
|
|||
brew install imagemagick ghostscript
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
Put rucaptcha in your `Gemfile`:
|
||||
|
|
Loading…
Reference in New Issue