Merge pull request #1 from sniperking1234/patch-1

修改错别字
v1.0.8
xuanye wong 6 years ago committed by GitHub
commit db2a18c985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -22,7 +22,7 @@ xxl-job的dotnet core 执行器实现,支持XXL-JOB 2.0+
### 3.1 在AspNetCore中使用 ### 3.1 在AspNetCore中使用
1. 生命一个AspNet的Middleware中间件,并扩展ApplicationBuilder,本质是拦截Post请求,解析Body中的流信息 1. 声明一个AspNet的Middleware中间件,并扩展ApplicationBuilder,本质是拦截Post请求,解析Body中的流信息
``` ```
public class XxlJobExecutorMiddleware public class XxlJobExecutorMiddleware

Loading…
Cancel
Save