aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cow_uri_template.erl (renamed from src/cow_uri_templates.erl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cow_uri_templates.erl b/src/cow_uri_template.erl
index 32ca07c..eac784f 100644
--- a/src/cow_uri_templates.erl
+++ b/src/cow_uri_template.erl
@@ -15,7 +15,7 @@
%% This is a full level 4 implementation of URI Templates
%% as defined by RFC6570.
--module(cow_uri_templates).
+-module(cow_uri_template).
-export([parse/1]).
-export([expand/2]).