From 317f3f2cc7b2f8e14943b3926ff8ed9b4a425373 Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Thu, 9 Apr 2020 17:39:57 +1000 Subject: [PATCH] [updated] readme with link to examples --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 7f058ef..8a65683 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,8 @@ Does a lot to get projects off the ground faster, filling out lua's sparse stand It's a bit of a grab bag of functionality, but quite extensively documented, and currently still under a hundred kb uncompressed, including the license and readme, so you get quite a lot per byte! Of course, feel free to trim it down for your use case as required (see [below](#stripping-down-batteries)). +Examples [in another repo](https://github.com/1bardesign/batteries-examples) to avoid cluttering the history and filesystem here. + # Module Overview - `class` - Single-inheritance oo in a single function.