From 9f75dc7b3e35381fb0194e11b261b08821c8bf71 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Fri, 8 May 2015 13:42:37 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45963d35..11859a7a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -css-layout +css-layout [![Build Status](https://travis-ci.org/facebook/css-layout.svg?branch=master)](https://travis-ci.org/facebook/react-native) ========== This project implements a subset of CSS including flexbox and the box model using pure JavaScript, then transpiled to C and Java. The goal is to have a small standalone library to layout elements. It doesn't rely on the DOM at all.