Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
dachev committed May 21, 2014
1 parent e50f3b0 commit 5e50ee7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
[![Dependencies](https://david-dm.org/dachev/node-cld.png)](https://david-dm.org/dachev/node-cld)
[![NPM version](https://badge.fury.io/js/cld.svg)](http://badge.fury.io/js/cld)

```js
var express = require('express');
var app = express();

app.get('/', function(req, res){

Language detection for Javascript. Based on the CLD2 (Compact Language Detector) library from Google. Highly optimized for space and speed. Runs about 10x faster than other libraries. Detects over 160 languages. Full test coverage.

## Installation
Expand Down Expand Up @@ -68,4 +62,4 @@ Pass an HTTP "Content-Encoding" value as a hint
Copyright 2011-2014, Blagovest Dachev.

## License
Apache 2
Apache 2

0 comments on commit 5e50ee7

Please sign in to comment.