From c36fb18edd44b4d2c75e210e85dc93a3fd58efe0 Mon Sep 17 00:00:00 2001 From: Mike Popoloski Date: Mon, 23 Jan 2017 21:29:56 -0500 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4935b85..2630e84 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ it causing a steady churn of garbage. Quick Start ----------- +The library requires no installation, package management, or any other complicated distribution mechanism. Simply copy the [StringFormatter.cs](https://raw.githubusercontent.com/MikePopoloski/StringFormatter/master/StringFormatter.cs) file into your project and start using it. + At its simplest, you can make use of the static `StringBuffer.Format` convenience method. The `StringBuffer` formatting methods accept all of the formatting features supported by the .NET BCL.