From 16919abeec9f659a48f4b030f9ea7ba6530ce67a Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 12 Jul 2019 23:31:50 -0700 Subject: [PATCH] docs typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 174a695..513a5e3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The unofficial, online, Burning Wheel Gold (+Codex) character burner. Adapted fr ## Project Structure * `Dockerfile` and `Dockerfile.dev` - Container definition files. The dev container has automated reloading if you mount the container's filesystem to the host machine. If you are unfamiliar with Docker, this app uses Sinatra and you can _probably_ get by with a bundle install and `ruby ./src/app.rb`. -`src/data` - Binaries and data files for lifepaths live here, see `dark_elf` and `wizard` directory for well-defined examples +* `src/data` - Binaries and data files for lifepaths live here, see `dark_elf` and `wizard` directory for well-defined examples * `src/lib` - Ruby scripts for caching, PDF generation, and data loading * `src/public` - Javascript and CSS * `src/views` - HTML templates