Skip to content

Commit

Permalink
prebuilt-tdlib: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Jul 19, 2024
1 parent 954299b commit f45078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prebuilt-tdlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ returns the path to the `tdjson` shared library.
const { getTdjson } = require('prebuilt-tdlib')
console.log(getTdjson())
// Prints a path like:
// '/home/user/proj/node_modules/prebuilt-tdlib/prebuilds/tdlib-linux-x64/libtdjson.so'
// '/home/user/proj/node_modules/@prebuilt-tdlib/linux-x64-glibc/libtdjson.so'
```

This package can be used with, for example, [`tdl`][tdl]. You can pass the
Expand Down

0 comments on commit f45078a

Please sign in to comment.