mswjs / examples

Examples of Mock Service Worker usage with various frameworks and libraries.
683 stars 211 forks source link

chore: update Remix README.md to correct api call #114

Closed watadarkstar closed 6 months ago

watadarkstar commented 6 months ago

Description

I noticed this mistake in the Remix example when I was going through it.

One should call server.listen() not enableApiMocking() (perhaps that was the old API)