Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 6935cb2

Browse files
committed
Adding waffle.io stamp to README
1 parent 61d9f19 commit 6935cb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
scala/pickling
22
==============
33

4-
[![Build Status](https://travis-ci.org/scala/pickling.svg?branch=0.9.x)](https://travis-ci.org/scala/pickling.svg?branch=0.9.x)
4+
[![Build Status](https://travis-ci.org/scala/pickling.svg?branch=0.9.x)](https://travis-ci.org/scala/pickling.svg?branch=0.9.x)
5+
[![Stories in Ready](https://badge.waffle.io/scala/pickling.png?label=ready&title=Ready)](http://waffle.io/scala/pickling)
56

67

78
**Scala Pickling** is an automatic serialization framework made for Scala. It's fast, boilerplate-free, and allows users to easily swap in/out different serialization formats (such as binary, or JSON), or even to provide your own custom serialization format.

0 commit comments

Comments
 (0)