Skip to content

Commit

Permalink
Update index.json to be valid json
Browse files Browse the repository at this point in the history
😅

```
bengo@bengo ~ ⚡  curl -s https://identity.foundation/sidetree/contexts/v1/ | jq .
jq: parse error: Expected another key-value pair at line 4, column 3
```
  • Loading branch information
gobengo authored Dec 11, 2023
1 parent bb4bb16 commit 6a23e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/contexts/v1/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": {
"@version": 1.1,
"@version": 1.1
}
}

0 comments on commit 6a23e06

Please sign in to comment.