Skip to content

Commit 99fe77b

Browse files
Merge pull request #215 from dransome/patch-1
Manifests can be YAML or JSON with .jps extension
2 parents 21e3d40 + e247b6b commit 99fe77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/creating-manifest/basic-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Configs
22

3-
The JPS manifest is a file with <b>*.json*</b> extension, which contains an appropriate code written in JSON format. This manifest file includes the links to the web only dependencies. This file can be named as you require.
3+
The JPS manifest is a file with <b>*.jps*</b> extension, with code written in JSON or YAML format. This manifest file includes the links to the web only dependencies. This file can be named as you require.
44

55
The code should contain a set of strings needed for a successful installation of an application. The basis of the code is represented by the following string:
66
@@@

0 commit comments

Comments
 (0)