ソースを参照

Update troubleshooting info

shalvah 4 年 前
コミット
08a36684a3
1 ファイル変更3 行追加2 行削除
  1. 3 2
      docs/troubleshooting.md

+ 3 - 2
docs/troubleshooting.md

@@ -3,8 +3,9 @@ This page contains a few tips to help you figure out what's wrong when Scribe se
 
 ## Update your installation
 First off, try updating your installed Scribe version. Maybe your problem is due to a bug we've fixed in a newer release. You can see a list of releases and major changes on [the changelog](https://github.com/knuckleswtf/scribe/blob/master/CHANGELOG.md).
-- To find the exact 
-- To update to the latest version, run `composer update knuckleswtf/scribe`. To update to a specific version (example: 1.4.1), run `composer update knuckleswtf/scribe:1.4.1`.
+- To find the exact installed version, run `composer show knuckleswtf/scribe`
+- To update to the latest version, run `composer update knuckleswtf/scribe`.
+- To update to a specific version (example: 1.4.1), run `composer update knuckleswtf/scribe:1.4.1`.
 
 ## Increase the verbosity
 By default, Scribe will try to keep going until it processes all routes and generates your docs. If it encounters any problems while processing a route (such as a missing `@responseFile`, or some invalid configuration leading to an exception being thrown), it will output a warning and the exception message, then move on to the next route.