From f18716b59ee420e934a6319c65d3c96a6516cfc6 Mon Sep 17 00:00:00 2001 From: Kamary <6436370+kamarya@users.noreply.github.com> Date: Sun, 12 Aug 2018 09:27:16 -0400 Subject: [PATCH] clarify the project's goals in the readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d55cfb2..fa4a722 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Feed Plus Plus [![Build Status](https://travis-ci.org/kamarya/feedpp.svg?branch=master)](https://travis-ci.org/kamarya/feedpp) -This is a C++ feed parser library adapted from -[Newsbeuter](https://github.com/akrennmair/newsbeuter). +A C++ feed parser library adapted from [Newsbeuter](https://github.com/akrennmair/newsbeuter). The goal is reusing the mature feed parser code and modernize it +as a general purpose library. ## Build and Install ```