Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Turfjs/turf
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Oct 31, 2014
2 parents bff0411 + 54d1fef commit c6fd120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/Turfjs/turf.svg?branch=master)](https://travis-ci.org/Turfjs/turf)


***A modular GIS engine written in JavaScript***
***A modular geospatial engine written in JavaScript***

- - -

Expand All @@ -26,7 +26,7 @@ Download the [minified file](https://raw.github.com/morganherlocker/turf/master/

**Browserify:**

All of Turf's functions can also be installed as seperate modules. This works well with tools like [browserify](http://browserify.org/) where you only want to install only the code you need. It also allows you to mix and match modules as needed. This is the recommended usage patter for most production environments. For example, to install the *point* and *buffer* modules use:
All of Turf's functions can also be installed as seperate modules. This works well with tools like [browserify](http://browserify.org/) where you only want to install only the code you need. It also allows you to mix and match modules as needed. This is the recommended usage pattern for most production environments. For example, to install the *point* and *buffer* modules use:

```sh
npm install turf-point
Expand Down Expand Up @@ -158,4 +158,4 @@ npm install turf-buffer

[![Build Status](https://travis-ci.org/Turfjs/turf-isClockwise.svg?branch=master)](https://travis-ci.org/Turfjs/turf-isClockwise) [isClockwise](https://github.com/Turfjs/turf-isClockwise)

[![Build Status](https://travis-ci.org/Turfjs/turf-kinks.svg?branch=master)](https://travis-ci.org/Turfjs/turf-kinks) [kinks](https://github.com/Turfjs/turf-kinks)
[![Build Status](https://travis-ci.org/Turfjs/turf-kinks.svg?branch=master)](https://travis-ci.org/Turfjs/turf-kinks) [kinks](https://github.com/Turfjs/turf-kinks)

0 comments on commit c6fd120

Please sign in to comment.