diff --git a/LICENSE b/LICENSE index 4a4f5ae..57789fb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2012 Aseem Kishore +Copyright (c) 2012-2015 Aseem Kishore Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 68c3089..54986fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/aseemk/requireDir.svg?branch=master)](https://travis-ci.org/aseemk/requireDir) +[![npm version](https://badge.fury.io/js/require-dir.svg)](http://badge.fury.io/js/require-dir) # requireDir() @@ -26,7 +27,8 @@ dir } ``` -And if CoffeeScript was registered, `c.coffee` will also be returned. +And if CoffeeScript has been registered via `require('coffee-script/register')`, +`c.coffee` will also be returned. ## Installation @@ -108,4 +110,4 @@ this behavior should be customizable. This is hopefully an edge case. ## License -MIT. © 2012 Aseem Kishore. +MIT. © 2012-2015 Aseem Kishore.