update readme

This commit is contained in:
collin 2020-07-02 21:41:29 -07:00
parent ee2db05b2e
commit 967b59a0d4

View File

@ -379,6 +379,7 @@ import [package].(
#### Import Star
To import all symbols from a package:
Note that this will only import symbols from the package library `lib.leo` file.
```rust
import [package].*;
```