Is there a difference between PhoneGap and Cordova commands?

I just installed Phonegap for the first time and just browsed through the docs. What confuses me is the fact that some docs are using the command “phonegap” and some “cordova”. Android platform guide: $ cordova create hello com.example.hello “HelloWorld” Command Line Interface guide tells: $ phonegap create hello com.example.hello HelloWorld Is there a difference … Read more