Skip to content

Commit 24af8c2

Browse files
committed
doc: update badges
1 parent f9676f1 commit 24af8c2

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"MD041": false,
3+
"MD013": false
4+
}

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
![workflow](https://github.com/tusharmath/graphql-compose/actions/workflows/ci.yml/badge.svg)
2-
![latest version](https://maven-badges.herokuapp.com/maven-central/com.tusharmath/zio-compose_2.13/badge.svg?style=plastic)
1+
![badge-workflow]
2+
![badge-sonatype-releases]
3+
![badge-sonatype-snapshots]
4+
5+
[badge-workflow]: https://github.com/tusharmath/graphql-compose/actions/workflows/ci.yml/badge.svg
6+
[badge-sonatype-releases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/com.tusharmath/zio-compose_2.13.svg "Sonatype Releases"
7+
[badge-sonatype-snapshots]: https://img.shields.io/nexus/s/https/oss.sonatype.org/com.tusharmath/zio-compose_2.13.svg "Sonatype Snapshots"
38

49
ZIO Compose is a library that helps you write programs that can be serialized and sent over the wire.
510

@@ -29,15 +34,15 @@ libraryDependencies += "com.tusharmath" %% "zio-compose" % version
2934
# Getting started
3035

3136
- [Getting started](#getting-started)
32-
- [Lambda](#lambda)
33-
- [Serialization](#serialization)
34-
- [Conditional](#conditional)
35-
- [Piping](#piping)
36-
- [Lenses](#lenses)
37-
- [Transformations](#transformations)
38-
- [Looping](#looping)
39-
- [Scopes](#scopes)
40-
- [Fibonacci](#fibonacci)
37+
- [Lambda](#lambda)
38+
- [Serialization](#serialization)
39+
- [Conditional](#conditional)
40+
- [Piping](#piping)
41+
- [Lenses](#lenses)
42+
- [Transformations](#transformations)
43+
- [Looping](#looping)
44+
- [Scopes](#scopes)
45+
- [Fibonacci](#fibonacci)
4146

4247
1. Here is a simple program that adds two numbers -
4348

0 commit comments

Comments
 (0)