Skip to content

Commit a9f8749

Browse files
committed
docs cmit prepublish
1 parent d37e930 commit a9f8749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Dependency Status](https://www.versioneye.com/user/projects/583c0c58d2d44d004530834c/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/583c0c58d2d44d004530834c)
55
[![Gratipay donate button](https://img.shields.io/badge/gratipay-donate-yellow.svg?style=flat-square)](https://gratipay.com/simple-redis-store/)
66

7-
# simple-redis-pool ![https://github.com/pasupulaphani/simple-redis-pool](https://github.com/themes/tactile/images/octocat-icon.png)
7+
# simple-redis-pool [![View on Github](https://github.com/themes/tactile/images/octocat-icon.png)](https://github.com/pasupulaphani/simple-redis-pool)
88

99
Redis pool ready to scale with node-pool support
1010

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RedisPool
5151
<a href="https://coveralls.io/github/pasupulaphani/simple-redis-pool?branch=master"><img src="https://coveralls.io/repos/github/pasupulaphani/simple-redis-pool/badge.svg?branch=master" alt="Coverage Status"></a>
5252
<a href="https://www.versioneye.com/user/projects/583c0c58d2d44d004530834c"><img src="https://www.versioneye.com/user/projects/583c0c58d2d44d004530834c/badge.svg?style=flat-square" alt="Dependency Status"></a>
5353
<a href="https://gratipay.com/simple-redis-store/"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg?style=flat-square" alt="Gratipay donate button"></a></p>
54-
<h1>simple-redis-pool <img src="https://github.com/themes/tactile/images/octocat-icon.png" alt="https://github.com/pasupulaphani/simple-redis-pool"></h1><p>Redis pool ready to scale with node-pool support</p>
54+
<h1>simple-redis-pool <a href="https://github.com/pasupulaphani/simple-redis-pool"><img src="https://github.com/themes/tactile/images/octocat-icon.png" alt="View on Github"></a></h1><p>Redis pool ready to scale with node-pool support</p>
5555
<h2>Prerequisites</h2><p><code>node &gt;= 4</code> This module requires nodejs v4 or above as it has dependencies on es6 components such as Map, Set, Promise etc.</p>
5656
<h3>Getting started</h3><pre class="prettyprint source"><code> npm install simple-redis-pool</code></pre><h4>Usage</h4><pre class="prettyprint source"><code> var RedisPool = require(&quot;simple-redis-pool&quot;);
5757
var pool = new RedisPool();

0 commit comments

Comments
 (0)