Skip to content

Commit 964c853

Browse files
committed
docs(readme): update configuration
1 parent fa71f1d commit 964c853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Lime is a *cross-platform* framework that is focused on game modding and tries t
2929

3030
### Entrypoint
3131
```cmake
32-
set(lime_entrypoint ON)
32+
set(lime_static_entrypoint ON)
3333
```
34-
> Enables usage of the cross-platform entrypoint.
35-
> Requires you to implement `lime::load()` and `lime::unload()`
34+
> Uses a platform-independent method for the entrypoint implementation.
35+
> You do not need to enable this to make use of the cross-platform entrypoint!
3636
3737
### Tests
3838
```cmake

0 commit comments

Comments
 (0)