Skip to content

Commit deb1eaa

Browse files
Update readme code snippet
1 parent 5094965 commit deb1eaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ npm install react-native-console-symbolicator
1212

1313

1414
```js
15-
import { multiply } from 'react-native-console-symbolicator';
15+
import { installConsoleSymbolicator } from 'react-native-console-symbolicator';
1616

1717
// ...
1818

19-
const result = await multiply(3, 7);
19+
installConsoleSymbolicator({
20+
excludeReactNativeCoreFrames: true,
21+
});
2022
```
2123

2224

0 commit comments

Comments
 (0)