diff --git a/README.md b/README.md
index 70edb598a65099650dc73b2052bb82870af7026b..6ecc666dff7b9c4ad592775077b19e0745a4ba2f 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@ This repo contains the HTML Code to display a landing page for the DCC-Aplicatio
 
 | Komponent        | Description                                                                                  | Git-Repo | Pipy-Repo | Docker-Container |
 |------------------|----------------------------------------------------------------------------------------------|----------|-----------|------------------|
+| dccQuantities    | Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- |
 | XMLJSONConv      | Conversion library for DCC-XML to JSON                                                       | [dccxmljsonconv](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccxmljsonconv) | [dccXMLJSONConv](https://pypi.org/project/dccXMLJSONConv/) | -- |
 | XMLJSONConv-GUI  | Bokeh Web-GUI for the XML-JSON Converter + REST-API-Server                                    | [dcc_XMLJSONConvGUI](https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConvGUI) | --- | [benesee/dccxmljsonconvgui](https://hub.docker.com/repository/docker/benesee/dccxmljsonconvgui) |
 | dsiUnits         | Python library to parse the D-SI units and perform math operations                           | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | [dsiunits](https://pypi.org/project/dsiunits/) | -- |
 | dsiUnits-GUI     | Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server               | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | -- | [benesee/dsiunitsfrontend](https://hub.docker.com/repository/docker/benesee/dsiunitsfrontend) |
-| dccQuantities    | Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- |
 | pyDccDisplayer   | Bokeh Web-GUI to extract tables from The DCC, plot them, and allow download as XLSX or CSV    | [pydccdisplayer](https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer) | -- | [benesee/dccdisplayer/general](https://hub.docker.com/repository/docker/benesee/dccdisplayer) |
 | dccTableTool     | Web-GUI to create DCC-XML tables from XLSX/ODS files and insert them into an XML, plus a REST-Server to automate this task | [dccTableTool](https://gitlab1.ptb.de/Seeger/pydccanddbtools) | -- | [benesee/dcctabletool](https://hub.docker.com/repository/docker/benesee/dcctabletool/general) |