Skip to content

Commit

Permalink
- Remove broken markup from the README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakar committed Oct 25, 2011
1 parent 5abfb4c commit 97dbe75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -27,12 +27,10 @@ Data format

The data to be uploaded must be provided in the following JSON format:

```json
{'objects': [{'about': <about-tag-value>,
'values': {<tag-path>: <tag-value>, ...}},
...]
}
```

This data will be loaded into memory, so it's important to make sure
the JSON data structure doesn't get too big. For very large datasets,
Expand All @@ -41,7 +39,6 @@ example contains two objects that represent the Anarchism and Autism
pages in Wikipedia. Each object has an about tag and a single
`en.wikipedia.org/url` tag value:

```json
{"objects": [
{"about": "anarchism",
"values": {
Expand All @@ -50,7 +47,6 @@ pages in Wikipedia. Each object has an about tag and a single
"values": {
"en.wikipedia.org/url": "http://en.wikipedia.org/wiki/Autism"}}]
}
```


Uploading data
Expand Down

0 comments on commit 97dbe75

Please sign in to comment.