Skip to content

Commit f4b5908

Browse files
Fixed cust-fetcher and cust-meta link not working.
Updated structure and text to be more descriptive. Uniform code block style.
1 parent fa7e587 commit f4b5908

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,23 @@ Following the design principle of the Light Platform, this library has minimum d
4545
Here are the dependencies.
4646

4747
```
48-
<dependency>
49-
<groupId>com.fasterxml.jackson.core</groupId>
50-
<artifactId>jackson-databind</artifactId>
51-
<version>${version.jackson}</version>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.slf4j</groupId>
55-
<artifactId>slf4j-api</artifactId>
56-
<version>${version.slf4j}</version>
57-
</dependency>
58-
<dependency>
59-
<groupId>org.apache.commons</groupId>
60-
<artifactId>commons-lang3</artifactId>
61-
<version>${version.common-lang3}</version>
62-
</dependency>
48+
<dependency>
49+
<groupId>com.fasterxml.jackson.core</groupId>
50+
<artifactId>jackson-databind</artifactId>
51+
<version>${version.jackson}</version>
52+
</dependency>
53+
54+
<dependency>
55+
<groupId>org.slf4j</groupId>
56+
<artifactId>slf4j-api</artifactId>
57+
<version>${version.slf4j}</version>
58+
</dependency>
59+
60+
<dependency>
61+
<groupId>org.apache.commons</groupId>
62+
<artifactId>commons-lang3</artifactId>
63+
<version>${version.common-lang3}</version>
64+
</dependency>
6365
```
6466

6567
#### Community
@@ -110,7 +112,7 @@ For the latest version, please check the [release](https://github.com/networknt/
110112

111113
## [Customized MetaSchema](doc/cust-meta.md)
112114

113-
## [Collector Context](doc/collector_context.md)
115+
## [Collector Context](doc/collector-context.md)
114116

115117
## [ECMA-262 Regex](doc/ecma-262.md)
116118

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)