shithub: lua9

Download patch

ref: 7e5fa392e9477ea3c15741a6c4a579cebf17263f
parent: 83e76c9cc25485002c380194331f8e946ac9db36
author: telephil9 <telephil9@gmail.com>
date: Tue Oct 27 04:07:56 EDT 2020

Updated documentation to point to the samples.

--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
 
 # Usage
 
-Refer to the [documentation](https://github.com/telephil9/lua9/blob/master/doc/README.md) and to the [demo](https://github.com/telephil9/lua9/blob/master/demo.lua) script.
+Refer to the [documentation](https://github.com/telephil9/lua9/blob/master/doc/README.md) and to the [samples](https://github.com/telephil9/lua9/tree/master/samples). Most notably look at the [demo](https://github.com/telephil9/lua9/blob/master/samples/demo.lua) script.
 
 Minimal example that simply paints the window black:
 ```lua