Skip to content

Commit b07d49f

Browse files
committed
update README
1 parent af10efb commit b07d49f

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
@@ -154,8 +154,8 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
154154
<h1>My Custom Title</h1>
155155
- position: .left-content article # Position where to inject the code into DOM
156156
prepend: |
157-
<h2>Suptitle</h2>
158-
- domain: tagesspiegel.de
157+
<h2>Subtitle</h2>
158+
- domain: demo.com
159159
headers:
160160
content-security-policy: script-src 'self';
161161
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
@@ -165,8 +165,8 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
165165
value: 1
166166
domain:
167167
- match: www # regex to match part of domain
168-
replace: amp # (this would modify the domain from www.tagesspiegel.de to amp.tagesspielgel.de)
168+
replace: amp # (this would modify the domain from www.demo.de to amp.demo.de)
169169
path:
170170
- match: ^ # regex to match part of path
171-
replace: /amp/ # (modify the url from https://www.tagesspiegel.de/internationales/ to https://www.tagesspiegel.de/amp/internationales/)
171+
replace: /amp/ # (modify the url from https://www.demo.com/article/ to https://www.demo.de/amp/article/)
172172
```

0 commit comments

Comments
 (0)