From 67ef8d93ca6b00359fa65d1f024d5e31f3613658 Mon Sep 17 00:00:00 2001 From: Victor Durojaiye Date: Tue, 16 Jan 2018 01:24:30 +0100 Subject: [PATCH] Update README.md The download button is at the top right, not top left. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b60b4136..cb5ea764 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains all the code for the free Udacity class [ud405: 2D Game Development with LibGDX](https://www.udacity.com/course/2d-game-development-with-libgdx--ud405). These demos and exercises were designed to accompany the course, but are a fine learning resource in their own right. -You can download this code using the green "Clone or download" button at the top left. +You can download this code using the green "Clone or download" button at the top right. Instructions for importing and running these projects can be found in the [1.2.01-Demo-GettingStartedWithLibGDX](https://github.com/udacity/ud405/tree/master/1.2.01-Demo-GettingStartedWithLibGDX) folder.