You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/28 17:21:21 UTC

[28/50] [abbrv] git commit: tweaking formatting in readme

tweaking formatting in readme


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/63ac9ccd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/63ac9ccd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/63ac9ccd

Branch: refs/heads/asyncqueue
Commit: 63ac9ccd1ff6e19e1f343612dc6b1ae709431084
Parents: 97a2ac0
Author: ryan bridges <rb...@apigee.com>
Authored: Thu Mar 20 16:45:02 2014 -0400
Committer: ryan bridges <rb...@apigee.com>
Committed: Thu Mar 20 16:45:02 2014 -0400

----------------------------------------------------------------------
 sdks/html5-javascript/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/63ac9ccd/sdks/html5-javascript/README.md
----------------------------------------------------------------------
diff --git a/sdks/html5-javascript/README.md b/sdks/html5-javascript/README.md
index a46e19f..c5699be 100755
--- a/sdks/html5-javascript/README.md
+++ b/sdks/html5-javascript/README.md
@@ -504,7 +504,7 @@ An asset is created in the same manner as any Usergrid entity
 				// Success - the asset was created properly
 			}
 		});
-###Adding data
+##Adding data
 
 You can upload data to your asset from a File input or by retrieving it via another request.
 **Note:** Due to security concerns, you cannot browse and select a file programmatically from the local filesystem via javascript