diff --git a/README.md b/README.md index e505251..a799fb7 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ At the moment, the following GUI objects are available: +Preliminary documentation for GUI objects is available in the `doc` folder. + + + Here is an example of what coding with NimCocoa looks like: ```nim @@ -101,7 +105,6 @@ proc main() = if isMainModule: main() - ``` Which results in the following: diff --git a/doc/NimCocoa GUI Objects.md b/doc/NimCocoa_GUI_Objects.md similarity index 100% rename from doc/NimCocoa GUI Objects.md rename to doc/NimCocoa_GUI_Objects.md