From 07d3f6c096f300c6165c7a5983062d590f440f19 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Sun, 3 Mar 2024 17:48:04 -0600 Subject: [PATCH] Tweak order of README --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d12ead4..d03440a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Python Arango OGM Python-based package implementing an OGM framework for arango; built on top of python-arango. +## GitHub +https://github.com/tangledpath/python-arango-ogm + +## Documentation +https://tangledpath.github.io/python-arango-ogm/python_arango_ogm.html + ## Installation pip install python-arango-ogm @@ -54,14 +60,6 @@ class BazModel(model.Model): You may use your models to perform various queries and commands **TODO**: document this more -## GitHub -https://github.com/tangledpath/python-arango-ogm - -## Documentation -https://tangledpath.github.io/python-arango-ogm/python_arango_ogm.html - - - ## Development ### Linting ```bash