Skip to content

Commit ee409bc

Browse files
committed
fix yaml in docs
1 parent 56b2d84 commit ee409bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://scrapeme.live/shop/
1010

1111
Lets extract Here is a sample YML that SelectorLib accepts as Input
1212

13-
.. code:: yml
13+
.. code:: yaml
1414
1515
pokemon:
1616
css: li.product
@@ -146,7 +146,7 @@ defined as
146146

147147
Used in the YAML as
148148

149-
.. code:: yml
149+
.. code:: yaml
150150
151151
price:
152152
css: span.woocommerce-Price-amount
@@ -165,7 +165,7 @@ Python Example
165165

166166
``scrapeme_listing_page.yml``
167167

168-
.. code:: yml
168+
.. code:: yaml
169169
170170
pokemon:
171171
css: li.product

0 commit comments

Comments
 (0)