Skip to content

Commit

Permalink
Merge pull request #179 from cfengine/in-word
Browse files Browse the repository at this point in the history
Update JSON.md: Added missing word "in" to sentence
  • Loading branch information
olehermanse authored Jan 10, 2024
2 parents 44cd09a + 4c0e9b3 commit 4884287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSON.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are 3 types of projects:
You then need to use the top-level `build` key to specify which modules to use in `cfbs build`.
* The index of all available modules for `cfbs add <module-name>` has type `index`.
The available modules must be in a dictionary in the `index` field.
By default, [this index available GitHub](https://github.com/cfengine/build-index/blob/master/cfbs.json) is used.
By default, [this index available in GitHub](https://github.com/cfengine/build-index/blob/master/cfbs.json) is used.
* When developing your own reusable modules to use in other projects, `module` type is used.

When `cfbs` is using the default index and when we build the [build.cfengine.com](https://build.cfengine.com) website, we use a separate [`versions.json`](https://github.com/cfengine/build-index/blob/master/versions.json) file to keep track of all the versions of modules, their tarballs and checksums.
Expand Down

0 comments on commit 4884287

Please sign in to comment.