Skip to content

Commit 14622a8

Browse files
committed
Update README.md
1 parent e7a4f84 commit 14622a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ npm install raylib
8181
On some ARM devices like Raspberry PI, raylib can be used in a DRM mode instead of rendering to an x11 window. This version requires a seperate
8282
native addon, and on installation on ARM devices node-raylib will include both. To use the DRM mode, import `raylib/drm` instead.
8383
```js
84-
import * as rl from 'raylib/drm'
84+
import * as rl from 'raylib/drm/index.js'
8585
const rl = require('raylib/drm')
8686
```
8787

0 commit comments

Comments
 (0)