From 8ddcafc907b38cc44ff419f294e83c17b685aad1 Mon Sep 17 00:00:00 2001 From: Egg Syntax Date: Fri, 20 Jan 2023 16:32:44 -0500 Subject: [PATCH] Mention PBox2D -> Box2DProcessing in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fbf73..738108e 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A Processing library wrapping JBox2D (http://www.jbox2d.org/). Download library: http://www.shiffman.net/p5/libraries/box2d_processing/box2d_processing.zip -Tutorial and further examples for this library are available in The Nature of Code book: http://natureofcode.com. +Tutorial and further examples for this library are available in The Nature of Code book: http://natureofcode.com. Note that there have been some changes to the library since the book was published; in particular you'll need to replace references to the `PBox2D` class with `Box2DProcessing`.