소스 검색

Update docs

shalvah 4 년 전
부모
커밋
fca889f3d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -46,7 +46,7 @@ php artisan vendor:publish --provider="Knuckles\Scribe\ScribeServiceProvider" --
 This will create a `scribe.php` file in your `config` folder.
 
 ### Lumen
-- When using Lumen, you will need to run `composer require knuckleswtf/scribe` instead (no `--dev`.
+- When using Lumen, you will need to run `composer require knuckleswtf/scribe` instead (no `--dev`).
 - Register the service provider in your `bootstrap/app.php`:
 
 ```php