From 2af0d46b2eec16d6539ace202d2cd6e700b5d017 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 16 Nov 2018 09:54:18 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5d7b107..e1a245a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # extjs-sublime-snippets Snippets for creating ExtJs Components, ViewController and Classes + +Just copy this on your Sublime Package folder and good to go! + +xcr - Create Ext component. + +xcombo - Create Ext combobox component Class. + +xcls - Create Ext component Class. + +xctr - Create Ext ViewController.