Skip to content

Commit e83c73c

Browse files
committed
Unify Readme
1 parent 3b0ebd8 commit e83c73c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# daggerverse Helm Module
1+
# Daggerverse Helm Module
22

33
[Dagger](https://dagger.io/) module for [daggerverse](https://daggerverse.dev/) providing [Helm](https://helm.sh/) functionality.
44

55
The Dagger module is located in the [helm](./helm/) directory.
66

7-
## usage
7+
## Usage
88

99
Basic usage guide.
1010

@@ -14,7 +14,7 @@ Check the official Dagger Module documentation: https://docs.dagger.io/zenith/
1414

1515
The [Dagger CLI](https://docs.dagger.io/cli) is needed.
1616

17-
### functions
17+
### Functions
1818

1919
List all functions of the module. This command is provided by the [Dagger CLI](https://docs.dagger.io/cli).
2020

@@ -26,11 +26,11 @@ The helm module is referenced locally.
2626

2727
See the module [readme](./helm/README.md) or the method comments for more details.
2828

29-
## development
29+
## Development
3030

3131
Basic development guide.
3232

33-
### setup Dagger module
33+
### Setup Dagger module
3434

3535
Setup the Dagger module.
3636

@@ -45,7 +45,7 @@ dagger init
4545
dagger develop --sdk go --source helm
4646
```
4747

48-
## contributors
48+
## Contributors
4949

5050
Please add `gofmt -s -w .` to your `.git/hooks/pre-commit` hook.
5151

@@ -55,4 +55,3 @@ Please add `gofmt -s -w .` to your `.git/hooks/pre-commit` hook.
5555
- [ ] Add cache mounts
5656
- [ ] Add environment variables
5757
- [ ] Add more examples
58-
- [ ] Add tests

0 commit comments

Comments
 (0)