From 2cb8022982be59ce9671e9146a4f0f8c5ca5e5bb Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 1 Jul 2016 14:41:17 +0800 Subject: [PATCH] =?UTF-8?q?readme=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2696a35b..ecbb33c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ThinkPHP 5.0.0 RC3 +ThinkPHP 5.0 RC4 =============== [![Build Status](https://img.shields.io/travis/top-think/framework.svg)](https://travis-ci.org/top-think/framework) @@ -67,9 +67,7 @@ www WEB部署目录(或者子目录) │ │ └─traits 系统Trait目录 │ │ │ ├─tpl 系统模板目录 -│ ├─tests 单元测试文件目录 │ ├─base.php 基础定义文件 -│ ├─classmap.php 核心类库映射列表文件 │ ├─console.php 控制台入口文件 │ ├─convention.php 框架惯例配置文件 │ ├─helper.php 助手函数文件