Commit bae7200aa4a401c643e1ff4f73fc81f4908dfd2f

Authored by kpeclipse@up.edu.ph
1 parent 6a70040b

OJT21-52: Fix typo in README.md

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -6,5 +6,5 @@
6 6 # frozen_string_literal: true
7 7
8 8 ENV['MYSQL_USERNAME'] = 'your_user_name'
9   - ENV['MYSQL_USERNAME'] = 'your_password'
  9 + ENV['MYSQL_PASSWORD'] = 'your_password'
10 10 }
... ...