Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 43a1e40

Browse files
authored
Fix Node.js Realm import example (#3053)
## Pull Request Info ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
1 parent b7e5275 commit 43a1e40

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

source/sdk/node/install.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,7 @@ Import Realm
147147
Add the following line to the top of your source files (JavaScript or TypeScript) where
148148
you want to use Realm:
149149

150-
.. literalinclude:: /examples/generated/node/quickstart.snippet.import-realm.ts
151-
:language: javascript
150+
.. code-block:: javascript
151+
152+
import Realm from "realm";
153+

0 commit comments

Comments
 (0)