Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
use Smalltalk SH for example
  • Loading branch information
astares committed Dec 22, 2023
1 parent 1da6d0a commit 8fef5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8fef5c8

Please sign in to comment.