File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "MD041" : false ,
3
+ "MD013" : false
4
+ }
Original file line number Diff line number Diff line change 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 "
3
8
4
9
ZIO Compose is a library that helps you write programs that can be serialized and sent over the wire.
5
10
@@ -29,15 +34,15 @@ libraryDependencies += "com.tusharmath" %% "zio-compose" % version
29
34
# Getting started
30
35
31
36
- [ 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 )
41
46
42
47
1 . Here is a simple program that adds two numbers -
43
48
You can’t perform that action at this time.
0 commit comments