Skip to content

Commit

Permalink
add Heroku Button
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Oct 15, 2014
1 parent 3972e56 commit 40953a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ Resources
* [Mailing List](https://groups.google.com/forum/#!forum/redpen-validator)
* [Docs](http://redpen.cc/docs.html)
* [Docker Image](https://registry.hub.docker.com/u/ainoya/redpen-server/)

Deploy
======
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
11 changes: 11 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "RedPen",
"description": "RedPen is a proofreading tool to help writers or programmers who write technical documents or manuals that need to adhere to a writing standard. RedPen automates the verifications of input documents written in natural languages (NOT computer languages such as C++ or Java).",
"logo": "http://redpen.bigram.org/img/logo/logo-001.png",
"success_url": "/",
"keywords": [
"redpen",
"validator",
"java"
]
}

0 comments on commit 40953a7

Please sign in to comment.