Skip to content

Commit edbaba8

Browse files
author
Nandor Soma Abonyi
authored
Addressing review comments
1 parent 74f32f8 commit edbaba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/sqrl/functions/custom-functions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In the same folder where the JAR file resides (e.g., `myudf-0.1.0-SNAPSHOT.jar`)
2323

2424
### Create `package.json`
2525

26-
The `package.json` file defines the package metadata, such as name, version, etc. A minimal `package.json` looks like this:
26+
The `package.json` file defines the package manifest, such as name, version, etc. A minimal `package.json` looks like this:
2727

2828
```
2929
{
@@ -36,6 +36,8 @@ The `package.json` file defines the package metadata, such as name, version, etc
3636
}
3737
```
3838

39+
For detailed instructions on configuring the package manifest, please refer to the [documentation](http://www.datasqrl.com/docs/reference/sqrl/datasqrl-spec/#packagejson).
40+
3941
### Create Function Descriptors
4042

4143
For each UDF in the JAR, create a `<functionname>.function.json` descriptor. For example:

0 commit comments

Comments
 (0)