Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 30, 2023
1 parent fe873ab commit a5dbb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import "core-js/stable/atob";

Some environments might not work well with polyfills and require you to import the pure function and expose it yourself instead (e.g. React Native):

```
```js
import atob from "core-js-pure/stable/atob";

global.atob = atob;
Expand Down

0 comments on commit a5dbb0e

Please sign in to comment.