Fix typo in core/README.md

Remove that sad and lonely "In"
This commit is contained in:
Raphaël de Courville
2025-03-10 21:30:19 +01:00
committed by GitHub
parent fe152b752d
commit dacc37539a
+1 -1
View File
@@ -63,7 +63,7 @@ dependencies {
```
## Developing for Core
The easiest way to develop for core, without the need to build the whole project, is to use the `examples/src` sketches. In
The easiest way to develop for core, without the need to build the whole project, is to use the `examples/src` sketches.
## PGraphics Modes
Documentation on how to develop graphics modes as a library should go here.