diff --git a/templates/README.md b/templates/README.md index 353904e..1553707 100644 --- a/templates/README.md +++ b/templates/README.md @@ -73,7 +73,7 @@ require('@unicode/unicode-<%= version %>/<%= type %>').get(codePoint); // lookup <% } dirs[type].forEach(function(dir) { - if ('Case_Folding' == type || 'Simple_Case_Folding' == type || 'Special_Casing' == type) { + if ('Case_Folding' == type || 'Simple_Case_Mapping' == type || 'Special_Casing' == type) { %> require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js'); // lookup map from code point to code point or array of code points require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js').get(codePoint);