Skip to content

Commit 91ceb7d

Browse files
update readme
1 parent 9950472 commit 91ceb7d

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

collections/readme.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# Sync Collections
1+
<div align="center">
2+
<h1>Sync Collections</h1>
3+
<br/>
4+
</div>
5+
6+
<div align="center">
7+
8+
![Build Status](https://github.com/vectrix-space/sync/actions/workflows/build.yml/badge.svg)
9+
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt)
10+
[![Discord](https://img.shields.io/discord/819522977586348052)](https://discord.gg/rYpaxPFQrj)
11+
[![Maven Central](https://img.shields.io/maven-central/v/space.vectrix/sync-collections?label=stable)](https://search.maven.org/search?q=g:space.vectrix%20AND%20a:sync*)
12+
![Maven Snapshot Version](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fspace%2Fvectrix%2Fsync-collections%2Fmaven-metadata.xml&query=%2Fmetadata%2Fversioning%2Flatest&label=dev)
13+
14+
</div>
15+
16+
> This project is experimental and not considered stable for production yet.
217
318
Provides concurrent thread-safe collections for highly concurrent scenarios in Java.
419

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Sync
1+
<div align="center">
2+
<h1>Sync</h1>
3+
<br/>
4+
</div>
5+
6+
<div align="center">
7+
8+
![Build Status](https://github.com/vectrix-space/sync/actions/workflows/build.yml/badge.svg)
9+
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt)
10+
[![Discord](https://img.shields.io/discord/819522977586348052)](https://discord.gg/rYpaxPFQrj)
11+
12+
</div>
13+
14+
> This project is experimental and not considered stable for production yet.
215
316
Provides thread-safe utilities for highly concurrent scenarios in Java.
417

0 commit comments

Comments
 (0)