From e80003d4d0ae08194ead50fa33a7f75305a582c1 Mon Sep 17 00:00:00 2001 From: niladic Date: Sun, 3 Jan 2021 10:04:24 +0100 Subject: [PATCH] Update README config directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1053560..460d3fe 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You might need to install some dependencies. Please refer to [this section](http This project contains the minimum amount of code needed to draw sprites to the screen. Here's a small summary of what you'll find in the source files: -- `resources/display_config.ron` +- `config/display_config.ron` Contains the window configuration (size, title). - `src/main.rs`