diff --git a/README.md b/README.md index fa4045fd98..223c2c4bdd 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,13 @@ In a project, Cosmos can be thought of as a compiler and a sort-of standard libr The following is a non-exhaustive list of features that Cosmos offers: - Low level assembly access and pointer memory control -- A basic (and unstable at the moment) filesystem +- A basic filesystem - Most features found in the .NET core library - A CPU/FPU accelerated math library - A basic graphics interface - A basic network interface - A basic audio interface -> [!NOTE] -> Use [embeded resources](https://cosmosos.github.io/articles/Kernel/ManifestResouceStream.html) instead of the VFS for now for assets. - ## Setting it up Cosmos has an article [here](https://cosmosos.github.io/install.html) on how to do that.