From 8f6f95fa3c76d2b2098ce3bbd257bc7c16d5224d Mon Sep 17 00:00:00 2001 From: Djura Smits Date: Tue, 4 Jun 2024 09:32:22 +0200 Subject: [PATCH] Fixed the closing tags --- episodes/algorithm_development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/algorithm_development.md b/episodes/algorithm_development.md index 9b1b6d79..99f5e9db 100644 --- a/episodes/algorithm_development.md +++ b/episodes/algorithm_development.md @@ -301,7 +301,7 @@ the `test.py` file, since the mock client has exactly the same syntax as the rea You can find the revised JSON file on the page with the algorithm details :::::::::::::::::::::::::::::::::::::::::::::::: - +::::::::::: ## Publish your algorithm in the algorithm store In previous lessons, we have discussed how to run algorithms from the algorithm store. @@ -340,7 +340,7 @@ repository? You can find the revised JSON file on the page with the algorithm details :::::::::::::::::::::::::::::::::::::::::::::::: - +:::::::: ## Next steps Congratulations! You have successfully developed your first algorithm. You have learned