Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ linux support jpeg,windows and mac only support bmp!

*Please never using ccap in production on windows and mac, only with linux.*

##performance
## performance

generate captcha picture 1204/sec;//BMP unzip

##Install
## Install

npm install ccap (new version, need node 0.12.x and 4.x.x and 6.x.x, on linux need gcc v4.8+)

Expand All @@ -35,7 +35,7 @@ linux support jpeg,windows and mac only support bmp!

2.cnpm install ccap

##Instantiated
## Instantiated

these three ways all will be ok:

Expand Down Expand Up @@ -66,7 +66,7 @@ linux support jpeg,windows and mac only support bmp!
});


##API
## API

var captcha = ccap();

Expand All @@ -77,7 +77,7 @@ linux support jpeg,windows and mac only support bmp!
var buffer = ary[1];


##Simple Example
## Simple Example

var http = require('http');

Expand All @@ -101,7 +101,7 @@ linux support jpeg,windows and mac only support bmp!

console.log('Server running at http://127.0.0.1:8124/');

#Stop and start timer cache
# Stop and start timer cache

var ccap = require('ccap')();

Expand Down
12 changes: 6 additions & 6 deletions release/node-v0.12.x-linux-x64/node_modules/ccap/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions release/node-v4.1.x-linux-x64/node_modules/ccap/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions release/node-v4.2.x-windows-x64/node_modules/ccap/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.