From 74471cedc26de718f02b573517a00d48dd285ae8 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 21 May 2019 22:25:59 +0100 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d351cdd..cf469a2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Currently the goal is make usage as similar to the original C as CFFI will allow you can see in the examples. Making a 'Pythonic' library would be an additional layer on top which hasn't been done yet. -See test.py and examples/*.py for how to use. +See test_static.py and examples/*.py for how to use. # Installing @@ -45,4 +45,4 @@ materials of a model, because Python can't dynamically tell the difference betwe some way to specify this (e.g. in raylib_modified.h) but it's difficult to be sure we fixed them all because the errors are often completely silent. - See test_static.py for the non-working example. \ No newline at end of file + See test_dynamic.py for the non-working example. \ No newline at end of file