Skip to content

Commit

Permalink
Merge pull request #636 from frictionlessdata/fix-json-snippet-langua…
Browse files Browse the repository at this point in the history
…ge-names

Fix language name on JSON code snippets
  • Loading branch information
lwinfree committed Jul 23, 2019
2 parents 354f4c3 + b8b030e commit 0d37246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/patterns.md
Expand Up @@ -682,7 +682,7 @@ The Data Package Catalog has the following requirements over and above those imp

A generic package catalog:

```json5
```json
{
"profile": "data-package-catalog",
"name": "climate-change-packages",
Expand Down Expand Up @@ -710,7 +710,7 @@ A generic package catalog:

A minimal tabular data catalog:

```json5
```json
{
"profile": "tabular-data-package-catalog",
"name": "datahub-climate-change-packages",
Expand All @@ -728,7 +728,7 @@ A minimal tabular data catalog:

Data packages can also be declared inline in the data catalog:

```json5
```json
{
"profile": "tabular-data-package-catalog",
"name": "my-data-catalog",
Expand Down

0 comments on commit 0d37246

Please sign in to comment.