Minor fixes to README.
This commit is contained in:
parent
1820732865
commit
7893a9734b
@ -11,17 +11,19 @@ Rhai's current feature set:
|
|||||||
* Support for overloaded functions
|
* Support for overloaded functions
|
||||||
* No additional dependencies
|
* No additional dependencies
|
||||||
|
|
||||||
**Note:** Currently, the version is 0.9.1, so the language and APIs may change before they stabilize.*
|
**Note:** Currently, the version is 0.10.0-alpha1, so the language and APIs may change before they stabilize.*
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can install Rhai using crates by adding this line to your dependences:
|
You can install Rhai using crates by adding this line to your dependencies:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rhai = "0.8.1"
|
rhai = "0.10.0-alpha1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Beware that to use pre-releases (alpha and beta) you need to specify the exact version in your `Cargo.toml`.
|
||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
Other cool projects to check out:
|
Other cool projects to check out:
|
||||||
|
Loading…
Reference in New Issue
Block a user