From b74672e780f79cf4cd509a7cea76efbe35aafe46 Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Tue, 4 Sep 2018 17:50:42 -0700 Subject: [PATCH] Update babel options URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa44a2..e176a6f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ grunt.registerTask('default', ['babel']); ## Options -See the Babel [options](https://babeljs.io/docs/usage/options), except for `filename` which is handled for you. +See the Babel [options](https://babeljs.io/docs/en/options), except for `filename` which is handled for you. ## License