diff --git a/README.md b/README.md
index faec4cbb..d005ba4b 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ import 'jest-dom/extend-expect'
// document.body.innerHTML = `Html Element`
// const htmlElement = document.querySelector('[data-testid="html-element"]')
-// const svgElement = document.querySelector('[data-testid="html-element"]')
+// const svgElement = document.querySelector('[data-testid="svg-element"]')
// const detachedElement = document.createElement('div')
expect(htmlElement).toBeInTheDocument()