From a3ef703f16a0bba0190878cd473781c1d50f3a72 Mon Sep 17 00:00:00 2001 From: applications4android Date: Sat, 18 Aug 2012 14:58:13 +0530 Subject: [PATCH] Formatted the README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a6eb46d..9e1d5b7 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -ComicReader: +### ComicReader: Android application for reading comic strips over internet. -Common git commands that you may find helpful: +### Common git commands that you may find helpful: 1. Cloning -- git clone git@github.com:applications4android/ComicReader 2. Adding a new file -- git add 3. Staging the changes -- git commit -m "" 4. Submitting the changes -- git push git@github.com:applications4android/ComicReader master -Folder organization: +### Folder organization: When you clone the repo you will see a folder named 'ComicReader' created. Given below is the organization of this folder: - 1. ComicReader --- Main source folder which contains the project-specific files - 2. ComicReaderTest --- Android JUnit test-cases for this project - 3. docs --- Contains some documentation for this project (actively updated!) +1. ComicReader --- Main source folder which contains the project-specific files +2. ComicReaderTest --- Android JUnit test-cases for this project +3. docs --- Contains some documentation for this project (actively updated!) -Project namespace: +### Project namespace: com.blogspot.applications4android.comicreader -Contact: +### Contact: applications4android@gmail.com