Skip to content

Commit

Permalink
Fix json syntax in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Nov 19, 2024
1 parent fb24ee6 commit 5407217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,9 @@ This package set could look something like this:

```js
{
compiler: "0.15.10",
version: "0.0.1",
packages: {
"compiler": "0.15.10",
"version": "0.0.1",
"packages": {
"some-registry-package": "1.0.2",
"some-package-from-git-with-a-spago-yaml": {
"git": "https://github.com/purescript/registry-dev.git",
Expand All @@ -667,7 +667,7 @@ Something like this:
"repo": "https://github.com/purescript/purescript-prelude.git",
"version": "v6.0.1",
"dependencies": ["prelude", "effect", "console"]
}
},
"metadata": {
"repo": "https://github.com/purescript/metadata.git",
"version": "v0.15.10",
Expand Down

0 comments on commit 5407217

Please sign in to comment.