Skip to content

Commit

Permalink
fix: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benmonro authored May 10, 2019
1 parent 119279c commit 6c08d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ App.spec.js

```javascript
import App from '../src/App.svelte'
import {render} from 'svlt-testing-library'
import {render} from 'svelte-testing-library'
describe('App', () => {
test('should render greeting', () => {
const {getByText} = render(App, {props: {name: 'world'}})
Expand Down Expand Up @@ -248,7 +248,7 @@ Links:
[build]: https://travis-ci.org/testing-library/svelte-testing-library
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/svelte-testing-library.svg?style=flat-square
[coverage]: https://codecov.io/github/testing-library/svelte-testing-library
[version-badge]: https://img.shields.io/npm/v/svlt-testing-library.svg?style=flat-square
[version-badge]: https://img.shields.io/npm/v/svelte-testing-library.svg?style=flat-square
[package]: https://www.npmjs.com/package/svelte-testing-library
[downloads-badge]: https://img.shields.io/npm/dm/svelte-testing-library.svg?style=flat-square
[npmtrends]: http://www.npmtrends.com/svelte-testing-library
Expand Down

0 comments on commit 6c08d32

Please sign in to comment.