Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 6, 2022
1 parent 00beeaa commit 6adb4a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ references:

# How to use this project
usage: |-
## Convert AWS region (ex.: `us-west-2`) to fixed abbreviation - will be `uw2`.
### Convert AWS region (ex.: `us-west-2`) to fixed abbreviation - will be `uw2`.
```yaml
name: Pull Request
on:
Expand All @@ -116,7 +116,7 @@ usage: |-
result: ${{ steps.aws_map.outputs.result }}
```
## Convert AWS region (ex.: `us-west-2`) to short abbreviation - will be `usw2`.
### Convert AWS region (ex.: `us-west-2`) to short abbreviation - will be `usw2`.
```yaml
name: Pull Request
on:
Expand All @@ -138,7 +138,7 @@ usage: |-
result: ${{ steps.aws_map.outputs.result }}
```
## Convert short AWS region (ex.: `usw2`) to long abbreviation - will be `us-west-2`.
### Convert short AWS region (ex.: `usw2`) to long abbreviation - will be `us-west-2`.
```yaml
name: Pull Request
on:
Expand All @@ -160,7 +160,7 @@ usage: |-
result: ${{ steps.aws_map.outputs.result }}
```
## Convert fixed AWS region (ex.: `uw2`) to long abbreviation - will be `us-west-2`.
### Convert fixed AWS region (ex.: `uw2`) to long abbreviation - will be `us-west-2`.
```yaml
name: Pull Request
on:
Expand Down

0 comments on commit 6adb4a0

Please sign in to comment.