Skip to content

Commit 752c30e

Browse files
committed
typo
1 parent 96174ad commit 752c30e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MySQL data administration in Excel
1+
# SQL data administration in Excel
22

33
## Intro
44

README.md.bak

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# MySQL data administration in Excel
2-
Excel which allows to administrate data for MySQL tables (or MariaDB, for example)
32

43
## Intro
54

@@ -69,7 +68,7 @@ INSERT INTO `DATABASE`.`TABLE` (`COLUMN1`, `COLUMN2`, ...) VALUES (NULL, NULL, N
6968

7069
## Contributing
7170

72-
If you are a developer who wants to contribute to the project - after you change the VBA in Excel itself - don't forget to export VBA module into a sepaarte BAS file and commit it as well, so we keep the track of changes.
71+
If you are a developer who wants to contribute to the project - after you change the VBA in Excel itself - don't forget to export VBA module into a sepaarte .BAS file and commit it as well, so we keep the track of changes.
7372

7473

7574

0 commit comments

Comments
 (0)