diff --git a/docs/README.md b/docs/README.md index 1a5382e..a23a524 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ # Core +![](./assets/banner-core.png) + The core module provides the entry point for platform code. It includes functionality for retrieving information about the current environment, the module registry, plus parsing and reading the project configuration. **Note:** all functions documented below are under the `Altis` namespace. diff --git a/docs/assets/banner-core.png b/docs/assets/banner-core.png new file mode 100755 index 0000000..0436492 Binary files /dev/null and b/docs/assets/banner-core.png differ