From 394da4f48cb6a2d3cb8c9b58f225b53c30b52a85 Mon Sep 17 00:00:00 2001 From: maliming Date: Sun, 18 Nov 2018 14:02:03 +0800 Subject: [PATCH] Update Getting-Started-AspNetCore-Application.md --- docs/zh-Hans/Getting-Started-AspNetCore-Application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-Hans/Getting-Started-AspNetCore-Application.md b/docs/zh-Hans/Getting-Started-AspNetCore-Application.md index bb3a26e4a5..d0733bb140 100644 --- a/docs/zh-Hans/Getting-Started-AspNetCore-Application.md +++ b/docs/zh-Hans/Getting-Started-AspNetCore-Application.md @@ -1,6 +1,6 @@ ## 在AspNet Core MVC Web Application中使用ABP -本教程将介绍如何开始以最少的依赖关系开始使用ABP开发. You generally want to start with a ***[startup template](https://abp.io/Templates)*** +本教程将介绍如何开始以最少的依赖关系开始使用ABP开发. 通常情况下你需要下载一个 ***[启动模板](https://abp.io/Templates)*** @@ -158,4 +158,4 @@ services.AddApplication(options => ### 源码 -从[此处](../samples/BasicAspNetCoreApplication)获取本教程中创建的示例项目的源代码. \ No newline at end of file +从[此处](../samples/BasicAspNetCoreApplication)获取本教程中创建的示例项目的源代码.