From b15acc79b39e71ae5a8a22a7dc9dd2264b940c40 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 12 Jan 2023 15:37:36 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc095f6..f23e580 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ compatible with the SOP-CLI specification. ## Known Implementations (Please expand!) -| Project | Description | -|---------------------------------------------------------------------------------------|-----------------------------------------------| -| [pgpainless-sop](https://github.com/pgpainless/pgpainless/tree/master/pgpainless-sop) | Implementation of `sop-java` using PGPainless | +| Project | Description | +|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------| +| [pgpainless-sop](https://github.com/pgpainless/pgpainless/tree/main/pgpainless-sop) | Implementation of `sop-java` using PGPainless | +| [external-sop](https://github.com/pgpainless/sop-java/tree/main/external-sop) | Implementation of `sop-java` that allows binding to external SOP binaries such as `sqop` | ### Implementations in other languages | Project | Language |