Skip to content

Commit

Permalink
Fixing README.md file
Browse files Browse the repository at this point in the history
Fixing an issue on the README.md which made confusion.
  • Loading branch information
mohammadmehrani committed Nov 12, 2023
1 parent b0ee941 commit 18e88e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"ansible.python.interpreterPath": "/opt/homebrew/bin/python3"
"ansible.python.interpreterPath": "/opt/homebrew/bin/python3",
"workbench.colorCustomizations": {
"activityBar.background": "#301283",
"titleBar.activeBackground": "#431AB7",
"titleBar.activeForeground": "#FDFCFF"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project focuses on creating a scalable and resilient cloud infrastructure i

To get started with the Aurora Project, follow these steps:

1. **Prerequisites**: Install Terraform and set up an Azure account. Ansible will be installed on the VMSS instances.
1. **Prerequisites**: Install Terrafom (only if you want to customize project) and set up an Azure account.

2. **Configuration**:

Expand Down

0 comments on commit 18e88e6

Please sign in to comment.