Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update readme (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Apr 9, 2021
1 parent 1ef5376 commit 763e683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Remodel can be installed with Foreman, a toolchain manager for Roblox projects:

```toml
[tools]
remodel = { source = "rojo-rbx/remodel", version = "0.7.1" }
remodel = { source = "rojo-rbx/remodel", version = "0.8.0" }
```

### From GitHub Releases
Expand Down Expand Up @@ -69,7 +69,7 @@ Remodel supports some parts of Roblox's API in order to make code familiar to ex
* `<Instance>:Destroy()` (0.5.0+)
* `<Instance>:Clone()` (0.6.0+)
* `<Instance>:GetChildren()`
* `<Instance>:GetDescendants()` (unreleased)
* `<Instance>:GetDescendants()` (0.8.0+)
* `<Instance>:FindFirstChild(name)`
* The second argument (recursive) is not supported by Remodel.
* `<DataModel>:GetService(name)` (0.6.0+)
Expand Down

0 comments on commit 763e683

Please sign in to comment.