Skip to content

Commit 5d34278

Browse files
oliverkleesamtuke
authored andcommitted
[CLEANUP] Streamline the README (#55)
[ci skip]
1 parent 89a25ed commit 5d34278

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# phpList
2-
1+
# phpList 4 core module
32

43
[![Build Status](https://travis-ci.org/phpList/phpList.svg?branch=master)](https://travis-ci.org/phpList/phpList)
54
[![Latest Stable Version](https://poser.pugx.org/phplist/phplist4-core/v/stable.svg)](https://packagist.org/packages/phpList/phpList)
@@ -10,8 +9,7 @@
109

1110
## About phpList
1211

13-
14-
PhpList is an open source newsletter manager. This project is a rewrite of the
12+
phpList is an open source newsletter manager. This project is a rewrite of the
1513
[original phpList](https://github.com/phpList/phplist3).
1614

1715

@@ -27,6 +25,10 @@ This is the phpList 4 core module. It will have the following responsibilities:
2725
* a script for tasks to be called from the command line (or a cron job)
2826
* tasks to create and update the DB schema
2927

28+
Please note that this module does not provide a web frontend or a REST API.
29+
There are the separate modules `phpList/web-frontend` and `phpList/rest-api`
30+
for these tasks.
31+
3032
This module should not be modified locally. It should be updated via Composer.
3133

3234

0 commit comments

Comments
 (0)