From f6aa6e8cf9c2aee4520561bbb318f611e1e9a18d Mon Sep 17 00:00:00 2001 From: Andrews Cordolino Sobral Date: Sat, 16 Mar 2024 15:00:58 +0100 Subject: [PATCH] Updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 386bc1495e..f5794a3dd2 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,13 @@ The bgslibrary requires some features from the ISO C++ 2014 standard. * * [Java](https://github.com/andrewssobral/bgslibrary/wiki/Wrapper:-Java) -* Examples +* Usage examples -* * https://github.com/andrewssobral/bgslibrary/tree/master/examples +* * BGSlibrary examples folder: https://github.com/andrewssobral/bgslibrary/tree/master/examples -* * https://github.com/andrewssobral/bgslibrary-examples +* * BGSlibrary examples in C++: https://github.com/andrewssobral/bgslibrary-examples-cpp + +* * BGSlibrary examples in Python: https://github.com/andrewssobral/bgslibrary-examples-python * [Docker images](https://github.com/andrewssobral/bgslibrary/wiki/Docker-images) * [How to integrate BGSLibrary in your own CPP code](https://github.com/andrewssobral/bgslibrary/wiki/How-to-integrate-BGSLibrary-in-your-own-CPP-code)