Skip to content

Commit 7ac222d

Browse files
authored
Fix plugin loadup from 'use' to 'plugin use' (#2025)
1 parent f811079 commit 7ac222d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To begin using the Polars plugin:
6363

6464
```nu
6565
# The name of the plugin, without the leading `nu_plugin` nor any extension
66-
use polars
66+
plugin use polars
6767
```
6868

6969
5. Confirm the plugin is working:

0 commit comments

Comments
 (0)