Skip to content

Commit 57be211

Browse files
dfa1claude
andcommitted
docs: add Maven Central badge and fix quickstart coordinates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ffaf2eb commit 57be211

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# vortex-java
22

33
[![CI](https://github.com/dfa1/vortex-java/actions/workflows/ci.yml/badge.svg)](https://github.com/dfa1/vortex-java/actions)
4+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.dfa1.vortex/reader.svg)](https://central.sonatype.com/artifact/io.github.dfa1.vortex/reader)
45
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/Apache-2.0)
56

67
> **Alpha** — not production-ready. APIs will change without notice.
@@ -23,11 +24,10 @@ for zero-copy memory-mapped reads.
2324
## Quickstart
2425

2526
```xml
26-
<!-- TODO: replace with released coordinates once published to Maven Central -->
2727
<dependency>
28-
<groupId>io.github.dfa1</groupId>
29-
<artifactId>vortex-java</artifactId>
30-
<version>0.1.0-SNAPSHOT</version>
28+
<groupId>io.github.dfa1.vortex</groupId>
29+
<artifactId>reader</artifactId>
30+
<version>0.2.0</version>
3131
</dependency>
3232
```
3333

0 commit comments

Comments
 (0)