Skip to content

Commit 2c5e3d9

Browse files
Fix typo
1 parent 1db4e49 commit 2c5e3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Extract `data.tar.gz` in the project root and import the SQL data dump:
6767
mysql -u [username] -p [database] < [path to data dir]/bernhist_data.sql
6868
```
6969

70-
Replace [username] with your database, [database] with the name of your database and [path to data dir] with the relative or absolute path to the extracted mysql dump.
70+
Replace [username] with the mysql user, [database] with the name of your database and [path to data dir] with the relative or absolute path to the extracted mysql dump.
7171

7272
Install the frontend dependencies with:
7373

0 commit comments

Comments
 (0)