Skip to content

Commit b039336

Browse files
committed
Fix grammar
1 parent 3b5850a commit b039336

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
To run these examples, you will need to install the MariaDB database server and load the dump with a database.
1+
To run these examples, you need to install the MariaDB database server and load the dump into a database.
22

3-
Some installation instruction for MariaDB could be found [here](https://mariadb.com/kb/en/download/).
3+
Installation instructions for MariaDB can be found [here](https://mariadb.com/kb/en/download/).
44

5-
SQL dump for the MariaDB database with the name "imdb" could be downloaded by this [link](https://drive.google.com/file/d/10HnOu0Yem2Tkz_34SfvDoHTVqF_8b4N7/view?usp=sharing).
5+
The SQL dump for the MariaDB database named "imdb" can be downloaded from this [link](https://drive.google.com/file/d/10HnOu0Yem2Tkz_34SfvDoHTVqF_8b4N7/view?usp=sharing).

notebooks/imdb.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"source": [
5858
"**The IMDB Database Exploration: printing schemas for all non-system tables**\n",
5959
"\n",
60-
"To run these examples, you will need to install the MariaDB database server and load the dump with a database. Read [Readme.md](https://github.com/zaleslaw/KotlinDataFrame-SQL-Examples/blob/master/Readme.md) about it."
60+
"To run these examples, you need to install the MariaDB database server and load the dump into a database. Read more in the [Readme.md](https://github.com/zaleslaw/KotlinDataFrame-SQL-Examples/blob/master/Readme.md)."
6161
],
6262
"metadata": {
6363
"collapsed": false

0 commit comments

Comments
 (0)