Skip to content

Commit b4d7ce8

Browse files
committed
update README
1 parent ace3460 commit b4d7ce8

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/templates/README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This Template will then include `examples/data.json` and `docker-compose.yaml` (
2929
Which results in:
3030

3131
```markdown
32-
{{{ #://examples/TEMPLATE.md }}}
32+
{{{ !#://examples/TEMPLATE.md }}}
3333
```
3434

3535
## Contributing

examples/TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Wow, look at this incredible file... 🥳
2+
3+
```markdown
4+
{{{ #://./.fs/INCREDIBLE.md }}}
5+
```

examples/fs/INCREDIBLE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
`cmd/root.go`:
2+
3+
```go
4+
{{{ #://cmd/root.go }}}
5+
```

0 commit comments

Comments
 (0)