Skip to content

Commit 8313c55

Browse files
authored
Fix fastbootDependencies example to be valid JSON
' -> "
1 parent 749f199 commit 8313c55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ To allow your app to require a package, add it to the
7070
// ...
7171
},
7272
"fastbootDependencies": [
73-
'rsvp',
74-
'path'
73+
"rsvp",
74+
"path"
7575
]
7676
}
7777
```

0 commit comments

Comments
 (0)