From acd295e4700bce97a328dd46a95a8c92ca4335b8 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Wed, 13 Jan 2016 14:15:48 +0000 Subject: [PATCH] Add C# to the supported language list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b343c995..e3817e7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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. +This project implements a subset of CSS including flexbox and the box model using pure JavaScript, then transpiled to C, Java and C#. The goal is to have a small standalone library to layout elements. It doesn't rely on the DOM at all. The Java, C and JavaScript version of the code is available via [npm](https://www.npmjs.com/package/css-layout) or directly from the `dist` folder of this repo. The JavaScript version is also available via [cdnjs](https://cdnjs.com/libraries/css-layout).