From 61bfc51ebe4420982aa40e6b9d56d8ca114151c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 29 Nov 2020 21:38:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be549bdb389ba63e3b9ed12c7727646c036adbf1..8f57ab932b2e9159f7d6ed8918cbb2a5db9f436e 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ The web UI interact with the backend through a GraphQL API. The schema is availa ### Importer implementations | | Github | Gitlab | Jira | Launchpad | -|-------------------------------------------------|--------------------|--------------------|--------------------|--------------------| +|-------------------------------------------------|:------------------:|:------------------:|:------------------:|:------------------:| | **incremental**
(can import more than once) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | | **with resume**
(download only new data) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | | **identities** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | @@ -212,7 +212,7 @@ The web UI interact with the backend through a GraphQL API. The schema is availa ### Exporter implementations | | Github | Gitlab | Jira | Launchpad | -|--------------------------|--------------------|--------------------|--------------------|-----------| +|--------------------------|:------------------:|:------------------:|:------------------:|:---------:| | **bug** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | | comments | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | | comment editions | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |