Skip to content

Commit 153fcca

Browse files
authored
renaming the project
1 parent 68a0886 commit 153fcca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ add_extension \
4242
--run "az_bicep_help"
4343
```
4444

45-
ebc will add the `az bicep --help` to the `az` command if it's not exist, if it's exist, it'll shadow the existing command.
45+
amplify will add the `az bicep --help` to the `az` command if it's not exist, if it's exist, it'll shadow the existing command.
4646

4747
When the command executed, it will call the `az_bicep_help` function.
4848

@@ -56,13 +56,13 @@ add_extension \
5656
--run "devops_github_help"
5757
```
5858

59-
In this scenario, ebc will create the `devops github --help` command and add it to the bash shell.
59+
In this scenario, amplify will create the `devops github --help` command and add it to the bash shell.
6060

6161
When the command executed, it will call the `devops_github_help` function.
6262

6363
### Creating a bash script in the ~/.extensions directory
6464

65-
ebc will loop through all the sh files in the ~/.extensions directory and create commands for each of them.
65+
Amplify will loop through all the sh files in the ~/.extensions directory and create commands for each of them.
6666

6767
```bash
6868
# ~/.extensions/az.sh

0 commit comments

Comments
 (0)