From 48243bbc0cc25e80a84be37b714ae04833814cf1 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Tue, 1 Dec 2015 14:35:51 -0800 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..add6834eeb --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +HtmlAbstractions +========== + +HTML abstractions such as `IHtmlContent` and related APIs. + +This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.