Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 61ce2cd

Browse files
authored
fixed markdown in readme
1 parent c8efe64 commit 61ce2cd

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

README.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Xamarin CRM
1+
# Xamarin CRM
22

33
Xamarin CRM is a demo app whose imagined purpose is to serve the mobile workforce of a fictitious company that sells 3D printer hardware and supplies. The app empowers salespeople to track their sales performance, manage leads, view their contacts, manage orders, and browse the product catalog.
44

55
![](Preview.png)
66

7-
###Two ways to try it out:
7+
### Two ways to try it out:
88
1) You can download and build the app's source as-is, preconfigured to consume our Azure service instance.
99

1010
__OR__
@@ -13,53 +13,54 @@ __OR__
1313

1414
> <a href="https://tryappservice.azure.com/en-us"><img src="XamarinCRM_TryItNow.png" width="75%" /></a>
1515
16-
###Supported platforms: iOS and Android
16+
### Supported platforms: iOS and Android
1717

18-
###The app architecture consists of two parts:
18+
### The app architecture consists of two parts:
1919
1. A Xamarin.Forms mobile app for iOS and Android.
2020
2. A .NET Web API-backed Entity Framework based Azure Mobile Service for data.
2121

2222
**The Azure Mobile Service does not need to be deployed by you.** There is already an instance of the service up and running in Azure, and the mobile app is configured by default to consume that service instance. We've included the code for the service so that you may run your own service instance on Azure if you'd like.
2323

24-
##Xamarin.Forms app (Xamarin CRM)
24+
## Xamarin.Forms app (Xamarin CRM)
2525

26-
####[Setup Instructions](https://github.com/xamarin/app-crm/wiki/Setup-Xamarin-CRM-app)
26+
#### [Setup Instructions](https://github.com/xamarin/app-crm/wiki/Setup-Xamarin-CRM-app)
2727

28-
####[Install the app NOW without building from source code (coming soon)](https://github.com/xamarin/app-crm/wiki/Install-the-app-NOW-without-building-from-source-code)
28+
#### [Install the app NOW without building from source code (coming soon)](https://github.com/xamarin/app-crm/wiki/Install-the-app-NOW-without-building-from-source-code)
2929

30-
####Featured technologies
30+
#### Featured technologies
3131
* [Xamarin.Forms](http://xamarin.com/forms)
3232
* [Xamarin.Forms.Maps](https://developer.xamarin.com/guides/cross-platform/xamarin-forms/user-interface/map)
3333
* [Active Directory Authentication Library (ADAL)](https://blog.xamarin.com/put-adal-xamarin.forms)
3434
* [Azure Mobile Service libraries](https://azure.microsoft.com/en-us/documentation/services/mobile-services)
3535
* [Syncfusion Essential Studio charts](http://www.syncfusion.com/products/xamarin)
3636

37-
####Highlights
38-
######Over 95% shared code between platforms:
37+
#### Highlights
38+
###### Over 95% shared code between platforms:
3939
<img src="../../wiki/images/XamarinCRM_shared_code.png" alt="Over 95% shared code" width="75%">
4040

41-
######Natively rendered controls:
41+
###### Natively rendered controls:
4242
<img src="../../wiki/images/XamarinCRM_native_controls.png" alt="Natively rendered controls" width="50%">
4343

44-
######OAuth authentication using Microsoft's ADAL (Active Directory Authentication Library):
44+
###### OAuth authentication using Microsoft's ADAL (Active Directory Authentication Library):
4545
<img src="../../wiki/images/XamarinCRM_authentication.png" alt="ADAL OAuth authentication" width="50%">
4646

47-
######Beautiful charts with Syncfusion Essential Studio:
47+
###### Beautiful charts with Syncfusion Essential Studio:
4848
<img src="../../wiki/images/XamarinCRM_graphs.png" alt="Syncfusion charts" width="100%">
4949

50-
######Native mapping on each platform:
50+
###### Native mapping on each platform:
5151
<img src="../../wiki/images/XamarinCRM_native_maps.png" alt="Native mapping" width="50%">
5252

53-
######Easy list views with data-binding:
53+
###### Easy list views with data-binding:
5454
<img src="../../wiki/images/XamarinCRM_bindable_list.png" alt="Easy list data-binding" width="50%">
5555

56-
##Azure Mobile Service for data (.NET backend)
57-
####[Setup Instructions](https://github.com/xamarin/app-crm/wiki/Setup-Xamarin-CRM-Azure-Mobile-Service-for-backend-data)
56+
## Azure Mobile Service for data (.NET backend)
57+
#### [Setup Instructions](https://github.com/xamarin/app-crm/wiki/Setup-Xamarin-CRM-Azure-Mobile-Service-for-backend-data)
5858

59-
####Service API documentation:
60-
######URL: https://xamarincrmv2dataservice.azure-mobile.net/help
59+
#### Service API documentation:
60+
###### URL: https://xamarincrmv2dataservice.azure-mobile.net/help
61+
62+
###### Credentials (for the catalog data service, NOT the app login):
6163

62-
######Credentials (for the catalog data service, NOT the app login):
6364
**Username:** `[empty]` (literally an empty field)
6465

6566
**Password:** `LHlKlRaUrMiFrElKVkaEZOTlunFAkF28`

0 commit comments

Comments
 (0)