Skip to content

Commit

Permalink
Changed name to discount (npm)
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 28, 2010
1 parent d1e65ab commit 15e40b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
build
12 changes: 2 additions & 10 deletions Readme.md
Expand Up @@ -9,19 +9,11 @@
You will need to install [Discount](http://github.com/Orc/discount) from source, or using
a package management tool such as [homebrew](http://github.com/mxcl/homebrew), or apt-get.

When using the [Kiwi](http://github.com/visionmedia/kiwi) package manager for node run:

$ kiwi install markdown

Otherwise you will need to update the git submodules and run:

$ make

In order to generate _build/markdown.node_.
$ npm install discount

## Usage

var md = require('markdown')
var md = require('discount');
md.parse('markdown is *awesome*')
// => "<p>markdown is <em>awesome</em></p>"

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,4 +1,4 @@
{ "name": "markdown"
{ "name": "discount"
, "description": "C markdown implementation using discount"
, "tags": ["markdown", "md", "parser", "native"]
, "author" : "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 15e40b0

Please sign in to comment.