From 219ceff026fc7f7da30f50f0f90c99cfdf638075 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 1 Nov 2017 07:36:26 -0500 Subject: [PATCH] docs update --- .github/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/README.md b/.github/README.md index 5df636506..439698632 100644 --- a/.github/README.md +++ b/.github/README.md @@ -27,16 +27,6 @@ The immediate projects are converting the data to an actual web application (rat ## Properties *Asterisks indicate a foreign key relationship. -### Maintainers - -| Property | Description | -|---------------|--------------------------------------------| -| EmailAddress | The maintainer's email address | -| HomeUrl | The maintainer's home page URL | -| Name | The maintainer's name | -| TwitterHandle | The maintainer's Twitter handle | -| *FilterLists | Collection of the maintainer's FilterLists | - ### FilterLists | Property | Description | @@ -54,4 +44,14 @@ The immediate projects are converting the data to an actual web application (rat | Name | The list's name (APA Title Case) | | SubmissionUrl | The list's submission form URL | | *UpstreamFilterLists | The list's upstream lists if it is a fork or a merge | -| ViewUrl | The list's view/download URL (typically a .txt file) | \ No newline at end of file +| ViewUrl | The list's view/download URL (typically a .txt file) | + +### Maintainers + +| Property | Description | +|---------------|--------------------------------------------| +| EmailAddress | The maintainer's email address | +| HomeUrl | The maintainer's home page URL | +| Name | The maintainer's name | +| TwitterHandle | The maintainer's Twitter handle | +| *FilterLists | The maintainer's FilterLists | \ No newline at end of file