From fcb26ae47b4980987f5a9b0473fe651e0a2464d3 Mon Sep 17 00:00:00 2001 From: oakes Date: Thu, 16 Jan 2014 00:30:44 -0500 Subject: [PATCH] Reflect API changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9324d..bace99d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ For now, check out the [example projects](https://github.com/oakes/play-clj-exam ```clojure (ns game-test.core - (:require [play-clj.core :refer :all])) + (:require [play-clj.core :refer :all] + [play-clj.g2d :refer :all])) ; define a screen, where all the action takes place (defscreen main-screen