Skip to content

Commit

Permalink
Add spelling note to curb any more PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart authored Apr 4, 2018
1 parent 982bf11 commit 62d697f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Kinesalite
[![Build Status](https://secure.travis-ci.org/mhart/kinesalite.png?branch=master)](http://travis-ci.org/mhart/kinesalite)

An implementation of [Amazon's Kinesis](http://docs.aws.amazon.com/kinesis/latest/APIReference/),
focussed on correctness and performance, and built on LevelDB
focussed<a href="#focussed"><sup>1</sup></a> on correctness and performance, and built on LevelDB
(well, [@rvagg](https://github.com/rvagg)'s awesome [LevelUP](https://github.com/rvagg/node-levelup) to be precise).

The Kinesis equivalent of [dynalite](https://github.com/mhart/dynalite).
Expand Down Expand Up @@ -88,3 +88,8 @@ With [npm](http://npmjs.org/) do:
$ npm install -g kinesalite
```

Footnotes
---------

<a id="focussed"><sup>1</sup></a>Hi! You're probably American if you're worried about this spelling. No worries –
and no need to open a pull request – we have different spellings in the rest of the English speaking world 🐨

0 comments on commit 62d697f

Please sign in to comment.