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

Commit

Permalink
Fix incorrect type signature for readPlaceAsset
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Apr 19, 2020
1 parent c3dfec4 commit 926ee15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Throws on error.

### `remodel.readPlaceAsset` (0.5.0+)
```
remodel.readPlaceAsset(assetId: string): List<Instance>
remodel.readPlaceAsset(assetId: string): Instance
```

Reads a place asset from Roblox.com, equivalent to `remodel.readPlaceFile`.
Expand Down

0 comments on commit 926ee15

Please sign in to comment.