Skip to content

Commit 0d3e53f

Browse files
authored
Update README.md
1 parent f6ca998 commit 0d3e53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ OCRAnno is a text annotation tool designed to provide annotated data to improve
44

55
## Requirements
66

7-
OCRAnno was developed using the open-source PHP web framework, Laravel 7.0. The requirements are basically the same as the framework, found in the [documentation (version 7.x)](https://laravel.com/docs/7.x) . Laravel has support to different databases, the chosen one was [MySQL](https://www.mysql.com/).
7+
OCRAnno was developed using the open-source PHP web framework, Laravel 7.0. The requirements are the same as the framework, found in the [documentation (version 7.x)](https://laravel.com/docs/7.x). Laravel has support to different databases, the chosen one was [MySQL](https://www.mysql.com/).
88

99
To run the project you will need to have installed [Composer](https://getcomposer.org/).
1010

1111
## How to run the project
1212

13-
After cloning the project, inside the project folder, create the file `.env`, by copying and renaming the `.env.exemple` file. This file has the basic settings for Laravel. If necessary, you will need to configure the database connection, default admin user and mail settings (to recover user's password).
13+
After cloning the project, inside the project folder, create the file `.env`, by copying and renaming the `.env.exemple` file. This file has basic settings for Laravel. If necessary, you will need to configure the database connection, default admin user, and mail settings (to recover the user's password).
1414

1515
Before running the commands, you have to create the MySQL database named `ocranno`, the same `DB_DATABASE` informed in `.env` file.
1616

0 commit comments

Comments
 (0)