浏览代码

Update docs

shalvah 5 年之前
父节点
当前提交
2b9f1f3b04
共有 2 个文件被更改,包括 2 次插入8 次删除
  1. 1 7
      README.md
  2. 1 1
      docs/index.md

+ 1 - 7
README.md

@@ -5,9 +5,7 @@ Generate API documentation for humans from your Laravel codebase. [Here's what t
 [![Latest Stable Version](https://poser.pugx.org/knuckleswtf/scribe/v/stable)](https://packagist.org/packages/knuckleswtf/scribe)[![Total Downloads](https://poser.pugx.org/knuckleswtf/scribe/downloads)](https://packagist.org/packages/knuckleswtf/scribe) [![Build Status](https://travis-ci.org/knuckleswtf/scribe.svg?branch=master)](https://travis-ci.org/knuckleswtf/scribe) [![Total Downloads](https://poser.pugx.org/knuckleswtf/scribe/downloads)](https://packagist.org/packages/knuckleswtf/scribe)
 
 ## Installation
-PHP 7.2 and Laravel/Lumen 6 or higher are required.
-
-> If your application does not meet these requirements, you can check out the 3.x branch for older releases.
+PHP 7.2 and Laravel/Lumen 5.8 or higher are required.
 
 ```sh
 composer require --dev knuckleswtf/scribe
@@ -38,7 +36,3 @@ $app->configure('scribe');
 
 ## Documentation
 Check out the documentation at [ReadTheDocs](http://scribe.rtfd.io/). Don't forget to check out the [migration guide](https://scribe.rtfd.io/en/latest/migrating.html) if you're coming from mpociot/laravel-apidoc-generator.
-
-### License
-
-The Laravel API Documentation Generator is free software licensed under the MIT license.

+ 1 - 1
docs/index.md

@@ -2,7 +2,7 @@
 
 Generate API documentation for humans from your Laravel/Lumen/[Dingo](https://github.com/dingo/api) codebase. [Here's what the output looks like](https://shalvah.me/TheCensorshipAPI/).
 
-> Coming from mpociot/laravel-apidoc-generator? Check out [what's new](whats-new.md) and the [migration Guide](migrating.md). Otherwise, check out the [Getting Started guide](guide-getting-started.md).
+> Coming from mpociot/laravel-apidoc-generator? Check out [what's new](whats-new.md) and the [migration guide](migrating.md). Otherwise, check out the [Getting Started guide](guide-getting-started.md).
 
 ## Contents
 * [Getting started](guide-getting-started.md)