Skip to content

Commit

Permalink
one last adjustment to styling
Browse files Browse the repository at this point in the history
  • Loading branch information
newtewt committed Dec 6, 2018
1 parent 9b95a69 commit 1a03bfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ CSV Using Reference

This would create a structure such as:

```{
```
{
"type": "health_center",
//Parent Property with district_1 doc as the value
"parent": {
Expand Down Expand Up @@ -302,7 +303,8 @@ CSV Using Reference

This would create a structure such as:

```{
```
{
"type": "health_center",
//Parent property with the _id from district_1 as the value.
"parent": "0c31056a-3a80-54dd-b136-46145d451a66",
Expand Down

0 comments on commit 1a03bfd

Please sign in to comment.