Skip to content

Commit

Permalink
Some other README upgrades. Deleting some unuseful files.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemiceli committed Aug 4, 2016
1 parent df8117a commit c40dc27
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 38,840 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
A node.js module to determine a person's gender based on his/her first name.
It works also for many languages other than english.

## Installation

$ npm install gender-detection

Or using github:

$ npm install git+https://[email protected]/davidemiceli/gender-detection.git

## Example
```javascript
// Require gender detection module
Expand All @@ -19,11 +27,3 @@ g = gender.detect('Holly');
g = gender.detect('GhJGhgj')
// "unknown"
```

## Installation

$ npm install gender-detection

Or you can use git:

$ npm install git+https://[email protected]/davidemiceli/gender-detection.git
Loading

0 comments on commit c40dc27

Please sign in to comment.