瀏覽代碼

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