From 7e5738fd1d8c4cd780460112dd996f48362d0bc0 Mon Sep 17 00:00:00 2001 From: Jan C Date: Tue, 2 Oct 2018 17:02:21 +0200 Subject: [PATCH] fix(docs): update supported languages in README (#819, #450) (#820) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c6f2949cdf27..3c222d3188ba9 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,13 @@ infrastructure [constructs], you can easily encapsulate AWS best practices in yo infrastructure definition and share it without worrying about boilerplate logic. The CDK improves the end-to-end development experience because you get to use the power of modern programming languages to define your AWS infrastructure in a predictable -and efficient manner. The CDK is currently available for Java, JavaScript, and -TypeScript. +and efficient manner. + +The following languages are currently supported: + +* Java +* JavaScript, TypeScript +* .NET The CDK is currently in developer preview and we look forward to community feedback and collaboration!