Update README.md

This commit is contained in:
Christopher Chedeau
2015-05-08 13:42:55 -07:00
parent 9f75dc7b3e
commit 329bbfd569

View File

@@ -1,4 +1,4 @@
css-layout [![Build Status](https://travis-ci.org/facebook/css-layout.svg?branch=master)](https://travis-ci.org/facebook/react-native)
css-layout [![Build Status](https://travis-ci.org/facebook/css-layout.svg?branch=master)](https://travis-ci.org/facebook/css-layout)
==========
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.