Authored by Justin R. Miller

updated README

@@ -34,15 +34,22 @@ As Route-Me is undergoing some significant changes, the recommended course of ac @@ -34,15 +34,22 @@ As Route-Me is undergoing some significant changes, the recommended course of ac
34 34
35 Or, [download the trunk][dl]. 35 Or, [download the trunk][dl].
36 36
37 -Then, update the submodules (only FMDB at the moment): 37 +Then, update the submodules:
38 38
39 git submodule update --init 39 git submodule update --init
40 40
41 -See the 'samples' subdirectory for usage examples. 41 +Example app showing usage:
  42 +
  43 + https://github.com/mapbox/mapbox-ios-example
  44 +
  45 +More documentation is available:
  46 +
  47 + http://mapbox.com/mobile/docs/sdk
  48 +
42 49
43 There are three subdirectories - MapView, Proj4, and samples. Proj4 is a support class used to do map projections. The MapView project contains only the route-me map library. "samples" contains some ready-to-build projects which you may use as starting points for your own applications, and also some engineering test cases. `samples/SampleMap` and `samples/ProgrammaticMap` are the best places to look, to see how to embed a Route-Me map in your application. 50 There are three subdirectories - MapView, Proj4, and samples. Proj4 is a support class used to do map projections. The MapView project contains only the route-me map library. "samples" contains some ready-to-build projects which you may use as starting points for your own applications, and also some engineering test cases. `samples/SampleMap` and `samples/ProgrammaticMap` are the best places to look, to see how to embed a Route-Me map in your application.
44 51
45 -See LicenseRouteMe.txt for license details. In any app that uses the Route-Me library, include the following text on your "preferences" or "about" screen: "Uses Route-Me map library, (c) 2008-2012 Route-Me Contributors". Your data provider will have additional attribution requirements. 52 +See License.txt for license details. In any app that uses the Route-Me library, include the following text on your "preferences" or "about" screen: "Uses Route-Me map library, (c) 2008-2012 Route-Me Contributors". Your data provider will have additional attribution requirements.
46 53
47 54
48 [dl]: https://github.com/mapbox/mapbox-ios-sdk/zipball/release 55 [dl]: https://github.com/mapbox/mapbox-ios-sdk/zipball/release