From 59dc20b4af2458195d06cc3778c855309d0ed550 Mon Sep 17 00:00:00 2001 From: Aleksandr Daniloff Date: Tue, 16 Feb 2016 12:30:09 +0100 Subject: [PATCH] fix tip basics declarations, change the date --- README.md | 2 +- ...basics-declarations.md => 2016-02-16-basics-declarations.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename _posts/en/{2016-02-15-basics-declarations.md => 2016-02-16-basics-declarations.md} (100%) diff --git a/README.md b/README.md index e019cc7b..0b053ae8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There are a lot of ways to get update, choose your own # Tips list -- 47 - [Basics : declarations](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-02-15-basics-declarations.md) +- 47 - [Basics : declarations](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-02-16-basics-declarations.md) - 46 - [Detect document ready in pure JS](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-02-15-detect-document-ready-in-pure-js.md) - 45 - [Calculate the Max/Min value from an array](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-02-14-calculate-the-max-min-value-from-an-array.md) - 44 - [Know the passing mechanism](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-02-13-know-the-passing-mechanism.md) diff --git a/_posts/en/2016-02-15-basics-declarations.md b/_posts/en/2016-02-16-basics-declarations.md similarity index 100% rename from _posts/en/2016-02-15-basics-declarations.md rename to _posts/en/2016-02-16-basics-declarations.md