From 58968ebe952fa404e0473d5bd602fc63d33452ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20D=2E=20Moura?= Date: Fri, 21 Aug 2015 01:28:28 -0300 Subject: [PATCH] updating README to add windows build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15e86947..df4f5035 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/rails-api/active_model_serializers.svg)](https://travis-ci.org/rails-api/active_model_serializers) +Windows Build Status - [![Build Status](https://ci.appveyor.com/api/projects/status/1dly7uj4l69bchmu) + ActiveModel::Serializer brings convention over configuration to your JSON generation. AMS does this through two components: **serializers** and **adapters**.