Skip to content

Commit f484808

Browse files
committed
Add badges to README
1 parent ac88f91 commit f484808

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Encrypted Attributes
1+
# node-encrypted-attr
22

3-
Encrypted model attribute implementation that can be easily plugged into your
4-
favourite ORM.
3+
[![travis](http://img.shields.io/travis/simonratner/node-encrypted-attr/master.svg?style=flat-square)](https://travis-ci.org/simonratner/node-encrypted-attr)  
4+
[![npm](http://img.shields.io/npm/v/node-encrypted-attr.svg?style=flat-square)](https://www.npmjs.org/package/node-encrypted-attr)  
5+
[![license](https://img.shields.io/github/license/simonratner/node-encrypted-attr.svg?style=flat-square)](LICENSE)
6+
7+
Encrypted model attributes in your favourite ORM.
58

69
# Security model
710

0 commit comments

Comments
 (0)