From eecfce52040c504a4a7eb13a35e1a1d6b764b037 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 19 Nov 2014 17:25:07 +0400 Subject: [PATCH] Update README.md add some links --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7245c..21f0e55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ naming-convention ================= -Templates for naming convention +# Templates for naming convention + +## Usefull Links + - [MSDN C#] + - [MSDN ASP.NET MVC] + - [Google's R Style Guide] + - [Google Python Style Guide] + +[MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx +[MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx +[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml +[Google Python Style Guide]:https://google-styleguide.googlecode.com/svn/trunk/pyguide.html