From d10916b4b91a8e7bdcaa2f10540e6dbcc3af0cd3 Mon Sep 17 00:00:00 2001 From: Ibrahim Islam Date: Sun, 20 Nov 2016 20:06:20 +0600 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c90e36d..bd19528 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Example usage: The buildpack will detect your app as ASP.NET Core if it has `project.json`. If the source code you want to build contains multiple `project.json` files, you can use a [`.deployment`](https://github.com/projectkudu/kudu/wiki/Customizing-deployments) or set a `$PROJECT` config var to control which one is built. -## Attension +## Attention 1. You should configure a unique compatible framework in `project.json`. 2. Your Project should use `Microsoft.Extensions.Configuration.CommandLine` package. -3. You'd better configure SDK version using `global.json`. \ No newline at end of file +3. You'd better configure SDK version using `global.json`.