aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-29 04:02:28 +0200
committerLoïc Hoguin <[email protected]>2013-05-29 04:02:28 +0200
commitd654eceeb164f4b5e59e13a96e19c5fa0e06bf3a (patch)
treec8712c10710ccc205f85f055144b3b6fe3304c61 /README.md
parent2000831c46afb1df84402a3e0eb172695ee29128 (diff)
downloaderlang.mk-d654eceeb164f4b5e59e13a96e19c5fa0e06bf3a.tar.gz
erlang.mk-d654eceeb164f4b5e59e13a96e19c5fa0e06bf3a.tar.bz2
erlang.mk-d654eceeb164f4b5e59e13a96e19c5fa0e06bf3a.zip
Small README syntax fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f85a73..ef9f387 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ The following files will be automatically compiled:
| Wildcard | Description |
| ------------------ | ----------------------------- |
-| `src/*.app.src | OTP application resource file |
+| `src/*.app.src` | OTP application resource file |
| `src/*.erl` | Erlang source files |
| `src/*.core` | Core Erlang source files |
| `templates/*.dtl` | ErlyDTL template files |