Skip to content

Commit c0cdb42

Browse files
authored
Fix the Node.js require link in examples/README.md (#1254)
1 parent 360a714 commit c0cdb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following table shows all supported integration methods across different pla
99
| Environment | Script Tag | CommonJS | ESM Import | TypeScript | AMD |
1010
| --------------------- | -------------------------------------------------------------------- | ----------------------- | -------------------------------------- | -------------- | ----------------------------- |
1111
| **Browser** |[script.html](./script.html)<br>✅ [snippet.html](./snippet.html) || ✅ via bundler | ✅ via bundler |[requirejs/](./requirejs/) |
12-
| **Node.js** ||`require('rollbar')` |[`import`](#es-modules--typescript) |||
12+
| **Node.js** ||[`require`](#nodejs--commonjs) |[`import`](#es-modules--typescript) |||
1313
| **React Native** ||||||
1414
| **React** ||[react/](./react/) ||||
1515
| **Angular** |||[angular/](./angular/) |||

0 commit comments

Comments
 (0)