From 00e4086591ee0e0f5191d131c0ad09b9a4a3baa4 Mon Sep 17 00:00:00 2001 From: Mark Engstrom Date: Mon, 1 Jun 2020 10:11:51 -0400 Subject: [PATCH] Update README.md Updated README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10a112f..9dafec6 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ This Python module serializes and deserializes cyclic object graphs in the [JSOG ## Source code -The official repository is (https://github.com/simoneggler/jsog-python) which is a fork of (https://github.com/jsog/jsog-python). +The fork history: +(https://github.com/simoneggler/jsog-python) +-> (https://github.com/jsog/jsog-python) +-> (https://github.com/markrowsoft/jsog-python) . ## Download -Jsog is available in PyPI: - - $ pip install jsog3 +pyjsog - comming soon ## Usage