From 542a99bd66514710bc2b8988db5a649159d896c8 Mon Sep 17 00:00:00 2001
From: Daniel Fisher <info@lennybacon.com>
Date: Thu, 5 Sep 2019 08:48:00 +0200
Subject: [PATCH] Moved camel humps to migration section

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 89cb159..1416644 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
   - [Migrating from Sublime Text](#migrating-from-sublime-text)
   - [Migrating from Visual Studio](#migrating-from-visual-studio)
   - [Migrating from Intellij IDEA](#migrating-from-intellij-idea)
+  - [Camel humps](#camel-humps)
 - [Using VS Code with particular technologies](#using-vs-code-with-particular-technologies)
 - [Lint and IntelliSense](#lint-and-intellisense)
   - [1C](#1c)
@@ -91,7 +92,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
   - [Toggle Quotes](#toggle-quotes)
   - [WakaTime](#wakatime)
   - [Yo](#yo)
-  - [Camel humps](#camel-humps)
 - [Formatting/Beautification](#formatting--beautification)
   - [Better Align](#better-align)
   - [Auto Close Tag](#auto-close-tag)
@@ -248,6 +248,10 @@ The VSCode team provides keymaps from popular editors, making the transition to
 
 > Popular Intellij IDEA key bindings for VS Code.
 
+## [Camel Humps](http://www.damirscorner.com/blog/posts/20190726-CamelHumpsNavigationInVsCode.html)
+
+> Like with Visual Studio and Resharper or Intellij IDEA
+
 # Using VS Code with particular technologies
 
 Microsoft created a collection of recipes for using VS Code with particular technologies (mostly Web).
@@ -691,10 +695,6 @@ To enable Emmet support in .twig files, you'll need to have the following in you
 
 ![Using yeoman animation](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif)
 
-## Camel Humps
-
-[Damir's Corner: Camel Humps Navigation in VS Code](http://www.damirscorner.com/blog/posts/20190726-CamelHumpsNavigationInVsCode.html)
-
 # Formatting & Beautification
 
 ## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)