Skip to content

Commit f5c1739

Browse files
authored
Update ReadMe.md
1 parent e87cdae commit f5c1739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ Publish to executable file
498498
---
499499
[dotnet publish](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) to create executable file.
500500

501-
Here is the sample `.config.yml` of [Circle CI](http://circleci.com).
501+
Here is the sample `.config.yml` of [CircleCI](http://circleci.com).
502502

503503
```yml
504504
version: 2.1
@@ -544,7 +544,7 @@ COPY --from=sdk /app .
544544
ENTRYPOINT ["dotnet", "MicroBatchFrameworkSample.dll"]
545545
```
546546

547-
And docker build, send to any container registory. Here is the sample of deploy AWS ECR by Circle CI.
547+
And docker build, send to any container registory. Here is the sample of deploy AWS ECR by CircleCI.
548548

549549
```yml
550550
version: 2.1
@@ -558,7 +558,7 @@ workflows:
558558
repo: "microbatchsample"
559559
```
560560
561-
and set the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_ECR_ACCOUNT_URL, AWS_REGION` environment variables on Circle CI.
561+
and set the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_ECR_ACCOUNT_URL, AWS_REGION` environment variables on CircleCI.
562562

563563
for example, run by [AWS Batch](https://aws.amazon.com/jp/batch/), you can host easily and log can view on CloudWatch.
564564

0 commit comments

Comments
 (0)