From 4a3b7098c495379d493a0fbf93f938567386e285 Mon Sep 17 00:00:00 2001 From: lrf141 Date: Thu, 30 Aug 2018 17:21:00 +0900 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5c9d963..2d480b1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following. ``` +├── src +│   └── Provider +│   ├── Mastodon.php +│   └── MastodonResourceOwner.php +├── tests +    └── Provider +    └── MastodonTest.php ```