Skip to content

Commit 920985b

Browse files
committed
Fixed readme file
1 parent 2476cd4 commit 920985b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Top-level repository for the CodeHead open-source libraries.
66

77
## Reason
88

9-
I switch to a monorepo repository simply to make it easier
9+
I switched to a monorepo repository simply to make it easier
1010
on me to do updates. The independent services I'm writing will
1111
still be in their own repos, but there are too many libraries for
1212
me to keep track of them all without a proper CI/CD pipeline.
@@ -23,22 +23,22 @@ All libraries are available on maven central.
2323

2424
| Library | Purpose | Version |
2525
|----------------------|------------------------------------|--------------------------------------------------------------------------------------------------|
26-
| codehead-test | Testing libraries | ![CodeHead Test](https://img.shields.io/maven-central/v/com.codeheadsystems/codehead-test) |
27-
| database-test | Database testing libraries | ![Database Test](https://img.shields.io/maven-central/v/com.codeheadsystems/database-test) |
28-
| feature-flag | Feature Flag | ![Feature Flag](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag) |
29-
| feature-flag-ddb | Feature Flag DDB Support | ![Feature Flag](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-ddb) |
30-
| feature-flag-etcd | Feature Flag etcd Support | ![Feature Flag](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-etcd) |
31-
| feature-flag-metrics | Feature Flag metrics support | ![Feature Flag](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-metrics) |
32-
| feature-flag-sql | Feature Flag SQL support | ![Feature Flag](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-sql) |
33-
| local-queue | Local Queue | ![Local Queue](https://img.shields.io/maven-central/v/com.codeheadsystems/local-queue) |
34-
| metrics | Metrics | ![Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics) |
35-
| metrics-declarative | Metrics declarative style | ![Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics-declarative) |
36-
| metrics-micrometer | Metrics with micrometer support | ![Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics-micrometer) |
37-
| metrics-test | Metrics test code | ![Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics-test) |
38-
| oop-mock | Out of process mocking | ![Oop Mock](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock) |
39-
| oop-mock-client | Out of process mocking client | ![Oop Mock](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock-client) |
40-
| oop-mock-dynamodb | Out of process mocking ddb support | ![Oop Mock](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock-dynamodb) |
41-
| oop-mock-tests | Out of process mocking tests | ![Oop Mock](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock-tests) |
42-
| smr | 5tate Machine Library | ![State Machine Redux](https://img.shields.io/maven-central/v/com.codeheadsystems/smr) |
43-
| smr-metrics | 5tate Machine Metrics addon | ![State Machine Redux](https://img.shields.io/maven-central/v/com.codeheadsystems/smr-metrics) |
44-
| smr-yml | 5tate Machine YAML support | ![State Machine Redux](https://img.shields.io/maven-central/v/com.codeheadsystems/smr-yml) |
26+
| codehead-test | Testing libraries | ![CodeHead Test](https://img.shields.io/maven-central/v/com.codeheadsystems/codehead-test?label=codehead-test) |
27+
| database-test | Database testing libraries | ![Database Test](https://img.shields.io/maven-central/v/com.codeheadsystems/database-test?label=database-test) |
28+
| feature-flag | Feature Flag | ![Feature Flag](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag?label=feature-flag) |
29+
| feature-flag-ddb | Feature Flag DDB Support | ![Feature Flag DDB](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-ddb?label=feature-flag-ddb) |
30+
| feature-flag-etcd | Feature Flag etcd Support | ![Feature Flag Etcd](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-etcd?label=feature-flag-etcd) |
31+
| feature-flag-metrics | Feature Flag metrics support | ![Feature Flag Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-metrics?label=feature-flag-metrics) |
32+
| feature-flag-sql | Feature Flag SQL support | ![Feature Flag SQL](https://img.shields.io/maven-central/v/com.codeheadsystems/feature-flag-sql?label=feature-flag-sql) |
33+
| local-queue | Local Queue | ![Local Queue](https://img.shields.io/maven-central/v/com.codeheadsystems/local-queue?label=local-queue) |
34+
| metrics | Metrics | ![Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics?label=metrics) |
35+
| metrics-declarative | Metrics declarative style | ![Metrics Declarative](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics-declarative?label=metrics-declarative) |
36+
| metrics-micrometer | Metrics with micrometer support | ![Metrics Micrometer](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics-micrometer?label=metrics-micrometer) |
37+
| metrics-test | Metrics test code | ![Metrics Test](https://img.shields.io/maven-central/v/com.codeheadsystems/metrics-test?label=metrics-test) |
38+
| oop-mock | Out of process mocking | ![Oop Mock](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock?label=oop-mock) |
39+
| oop-mock-client | Out of process mocking client | ![Oop Mock Client](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock-client?label=oop-mock-client) |
40+
| oop-mock-dynamodb | Out of process mocking ddb support | ![Oop Mock DynamoDB](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock-dynamodb?label=oop-mock-dynamodb) |
41+
| oop-mock-tests | Out of process mocking tests | ![Oop Mock Tests](https://img.shields.io/maven-central/v/com.codeheadsystems/oop-mock-tests?label=oop-mock-tests) |
42+
| smr | State Machine Library | ![State Machine Redux](https://img.shields.io/maven-central/v/com.codeheadsystems/smr?label=smr) |
43+
| smr-metrics | State Machine Metrics addon | ![State Machine Metrics](https://img.shields.io/maven-central/v/com.codeheadsystems/smr-metrics?label=smr-metrics) |
44+
| smr-yml | State Machine YAML support | ![State Machine YML](https://img.shields.io/maven-central/v/com.codeheadsystems/smr-yml?label=smr-yml) |

0 commit comments

Comments
 (0)