Skip to content

Commit f0278e9

Browse files
authored
Update README.md
1 parent 02b650e commit f0278e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Cadence Tools
22

33
Contains various developer tools for Cadence.
4-
- [Cadence-lint](./lint/) - The linter for Cadence. Find programming errors, bugs, stylistic errors and suspicious constructs
4+
- [Cadence Lint](./lint/) - The linter for Cadence. Find programming errors, bugs, stylistic errors and suspicious constructs
55

66

7-
- [Cadence testing framework](./test/) - The Cadence testing framework provides a convenient way to write tests
7+
- [Cadence Testing Framework](./test/) - The Cadence testing framework provides a convenient way to write tests
88
for Cadence programs in Cadence.
99

1010

11-
- [Language server](./languageserver/) - Language server implementation for Cadence.
11+
- [Cadence Language Server](./languageserver/) - Language server implementation for Cadence.
1212
It provides editors and IDEs that support LSP language features like auto complete,
1313
go to definition, documentation and type information on hover, etc
1414

1515

16-
- [Document generator](./docgen) - Generates human-readable documentation for Cadence programs.
16+
- [Cadence Documentation Generator](./docgen) - Generates human-readable documentation for Cadence programs.

0 commit comments

Comments
 (0)