diff --git a/README.md b/README.md index b252b517..11c98a91 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ The following is an example of usage of this library with `` ```jsx -import React from 'react +import React from 'react' import {render, screen} from '@testing-library/react' import userEvent from '@testing-library/user-event'