Skip to content

Commit 8a27060

Browse files
committed
update README.md
1 parent a04a014 commit 8a27060

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/templates/README.template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Take a look at this `TEMPLATE.md` file:
2323
{{{ #://examples/TEMPLATE.md }}}
2424
```
2525

26-
Notice the `{{{ #://... }}}` and `{{{ @://... }}}`, these are used to include local and remot files in your Template respectively.
27-
This Template will then include `examples/data.json` and `docker-compose.yaml` (from [Secured Signal API](https://github.com/CodeShellDev/secured-signal-api/blob/main/docker-compose.yaml)) in its File Content.
26+
Notice the `{{ #://... }}}` and `{{ @://... }}}`, these are used to include local and remot files in your Template respectively.
27+
This Template will then include `examples/fs/INCREDIBLE.md` and `docker-compose.yaml` (from [Secured Signal API](https://github.com/CodeShellDev/secured-signal-api/blob/main/docker-compose.yaml)) in its File Content.
2828

2929
Which results in:
3030

examples/TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
Wow, look at this incredible file... 🥳
22

3-
```markdown
4-
{{{ #://./fs/INCREDIBLE.md }}}
5-
```
3+
{{{ #://examples/fs/INCREDIBLE.md }}}
64

75
You want the `docker-compose.yaml` file for Secured Signal API?
86
Really? Here you go:
97

108
```yaml
11-
{{{ @://https://github.com/codeshelldev/secured-signal-api }}}
9+
{{{ @://https://raw.githubusercontent.com/CodeShellDev/secured-signal-api/refs/heads/main/docker-compose.yaml }}}
1210
```

0 commit comments

Comments
 (0)