This is an automated email from the ASF dual-hosted git repository.
aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 7cabdde MINIFICPP-1200: Add MiNiFi Logo to README
7cabdde is described below
commit 7cabddeb03d92068bb4217bc077e81abcea334b3
Author: James Medel <[email protected]>
AuthorDate: Tue Apr 21 12:10:32 2020 -0700
MINIFICPP-1200: Add MiNiFi Logo to README
Adds MiNiFi Logo to the README.md.
Also includes an image hyperlink to the MiNiFi documentation homepage:
https://nifi.apache.org/minifi/
Signed-off-by: Arpad Boda <[email protected]>
This closes #764
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 89576ee..11c853f 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@
limitations under the License.
-->
+[<img src="https://nifi.apache.org/assets/images/minifi/minifi-logo.svg"
width="300" height="126" alt="Apache NiFi
MiNiFi"/>](https://nifi.apache.org/minifi/)
+
# Apache NiFi - MiNiFi - C++ [](https://travis-ci.org/apache/nifi-minifi-cpp)
[](https://ci.appveyor.com/project/ApacheSoftwareFoundation/nifi-minifi-cpp)
MiNiFi is a child project effort of Apache NiFi. This repository is for a
native implementation in C++.