diff options
author | Khaled Lela <eng.khaled.lela@gmail.com> | 2022-02-11 20:42:19 +0200 |
---|---|---|
committer | Khaled Lela <eng.khaled.lela@gmail.com> | 2022-02-11 20:42:19 +0200 |
commit | 616c2bc6baab2a72fc516abd8e7f1fc1dec1b56b (patch) | |
tree | 4a03fde9b0d4b025caa551be5ca1dbe7cb975315 | |
parent | 591a429c110f89a8506b24632dd97f7ad20a6434 (diff) |
update readme, typo fix
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -71,15 +71,13 @@ php artisan migrate ..... ] ``` -***Update SCORM transaltions under `resources/lang/en-US`*** +***Update SCORM translations under `resources/lang/en-US/scorm.php`*** - SCORM runtime errors exceptions handler, *(Check next example)* - Copy and translate error msg with key for other locale as you wish. *After finishing don't forget to run `php artisan config:cache`* - - ## Step 6 (Optional): **Usage** |