aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-24 10:25:31 +0200
committerGitHub <noreply@github.com>2019-04-24 10:25:31 +0200
commit3bc5e6d503b123a61f424225afdef1113d23f5e1 (patch)
treeb299631eb56666c4b90bad8ca4fb78ec475dda88 /README.md
parent015a3b2eb3de34431e62c4373462bb94345c53e4 (diff)
downloadgit-bug-3bc5e6d503b123a61f424225afdef1113d23f5e1.tar.gz
readme: use check marks instead of confusing fruits
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 3c1ea3a0..7083d17e 100644
--- a/README.md
+++ b/README.md
@@ -107,23 +107,23 @@ The web UI interact with the backend through a GraphQL API. The schema is availa
## Bridges
-:green_apple: Working!
-:tomato: Not working yet
+:heavy_check_mark: Working!
+:x: Not working yet
### Importer implementations
-| | Github | Launchpad |
-| ----------------------------------------------- | :-----------: | :-----------: |
-| **incremental**<br/>(can import more than once) | :green_apple: | :tomato: |
-| **with resume**<br/>(download only new data) | :tomato: | :tomato: |
-| **identities** | :green_apple: | :green_apple: |
-| **identities update** | :tomato: | :tomato: |
-| **bug** | :green_apple: | :green_apple: |
-| **comments** | :green_apple: | :green_apple: |
-| **comment editions** | :green_apple: | :tomato: |
-| **labels** | :green_apple: | :tomato: |
-| **status** | :green_apple: | :tomato: |
-| **title edition** | :green_apple: | :tomato: |
+| | Github | Launchpad |
+| ----------------------------------------------- | :----------------: | :----------------: |
+| **incremental**<br/>(can import more than once) | :heavy_check_mark: | :x: |
+| **with resume**<br/>(download only new data) | :x: | :x: |
+| **identities** | :heavy_check_mark: | :heavy_check_mark: |
+| **identities update** | :x: | :x: |
+| **bug** | :heavy_check_mark: | :heavy_check_mark: |
+| **comments** | :heavy_check_mark: | :heavy_check_mark: |
+| **comment editions** | :heavy_check_mark: | :x: |
+| **labels** | :heavy_check_mark: | :x: |
+| **status** | :heavy_check_mark: | :x: |
+| **title edition** | :heavy_check_mark: | :x: |
### Exporter implementations