docs: make dev-cue-package example naming consitant

Signed-off-by: Jean-Yves Gastaud <jygastaud@gmail.com>
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Jean-Yves Gastaud
2021-12-14 11:01:31 +01:00
committed by Sam Alba
parent 8b33923ca5
commit 7ad5f264e6
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ Let's write the package logic. It is basically what we've seen in the 106-cloudr
touch cue.mod/pkg/github.com/username/gcpcloudrun/source.cue
```
```cue file=./tests/dev-cue-package/source.cue title="cue.mod/pkg/github.com/tjovicic/gcpcloudrun/source.cue"
```cue file=./tests/dev-cue-package/source.cue title="cue.mod/pkg/github.com/username/gcpcloudrun/source.cue"
```
### Running the package