Skip to content

Commit

Permalink
Fix typographical errors in README (#1)
Browse files Browse the repository at this point in the history
This is to fix typographical errors in README.
  • Loading branch information
tenshiAMD authored Jun 16, 2022
1 parent 71c1ef3 commit 5c59e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">github-action-file-sync</h1>
<h1 align="center">github-action-repo-sync</h1>

<div align="center">

<b>Github Action to sync files across repos</b>
<b>Github Action to sync repo metadata from code to repo</b>

[![Build Status](https://dev.azure.com/kbrashears5/github/_apis/build/status/kbrashears5.github-action-repo-sync?branchName=master)](https://dev.azure.com/kbrashears5/github/_build/latest?definitionId=27&branchName=master)

Expand Down Expand Up @@ -64,4 +64,4 @@ For example (and I would recommend), you can create a file called `metadata.json
]
}
```
For example, see `.github/workflows/repo-sync.yml` & `metadata.json` in this repo
For example, see `.github/workflows/repo-sync.yml` & `metadata.json` in this repo

0 comments on commit 5c59e7c

Please sign in to comment.