Skip to content

Commit 7528add

Browse files
committed
Update readme
Prettier + remove `--save` flag
1 parent 21bacc4 commit 7528add

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
blueshift
2-
---------
1+
## blueshift
32

43
Generate unique(ish) colors for city names using Dopplr's algorithm.
54

65
[![Build status](https://img.shields.io/circleci/project/github/banterability/blueshift/master.svg)](https://circleci.com/gh/banterability/blueshift/tree/master) [![Latest published version](https://img.shields.io/npm/v/blueshift.svg)](https://www.npmjs.com/package/blueshift)
76

8-
About
9-
=====
7+
# About
108

119
In 2007, the team at Dopplr posted about their technique for [generating colors for cities](http://blog.dopplr.com/2007/10/23/in-rainbows/).
1210

@@ -16,19 +14,17 @@ That link no longer works, because the internet is cruel, but here are the relev
1614
1715
This is that, basically.
1816

19-
Installation
20-
============
17+
# Installation
2118

2219
```shell
23-
npm install blueshift --save
20+
npm install blueshift
2421
```
2522

26-
Usage
27-
=====
23+
# Usage
2824

2925
```javascript
30-
var blueshift = require('blueshift');
26+
var blueshift = require("blueshift");
3127

32-
blueshift('San Francisco');
28+
blueshift("San Francisco");
3329
// -> '#f4334f'
3430
```

0 commit comments

Comments
 (0)