Update xpath.md

This commit is contained in:
kamil2079 2019-11-06 17:17:37 +00:00 committed by Rico Sta. Cruz
parent 7813be2238
commit cdbdd559ca
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Test queries in the Xpath test bed:<br>
### Browser console
```js
$x('//div')
$x("//div")
```
Works in Firefox and Chrome.