diff --git a/README.md b/README.md index 7e2e16a..4e2d008 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Metacello new A simple example on how to use the XPath class: -``` +```Smalltalk doc := XMLDOMParser parse: aStream. path := XPath for: 'entry/content/@src'. urls := path in: doc.