diff --git a/README.md b/README.md index 6b24f7a..dbe8b85 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Linux and macOS: [![Build Status](https://travis-ci.org/CoatiSoftware/Sourcetrai The SourcetrailDB project provides write access to [Sourcetrail](https://www.sourcetrail.com/) database files. You can use the SourcetrailDB project to write an indexer for an arbitrary programming language (or other kind of data, e.g. see [poetry indexer example](examples/cpp_poetry_indexer)) and export a Sourcetrail database file that can be viewed and navigated within Sourcetrail. +!["C++ Poetry Indexer"](images/readme/00_cpp_poetry_indexer.png "C++ Poetry Indexer") + ## Projects Using SourcetrailDB * [SourcetrailPythonIndexer](https://github.com/CoatiSoftware/SourcetrailPythonIndexer) diff --git a/images/readme/00_cpp_poetry_indexer.png b/images/readme/00_cpp_poetry_indexer.png new file mode 100644 index 0000000..db39f58 Binary files /dev/null and b/images/readme/00_cpp_poetry_indexer.png differ