Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 9c0492e

Browse files
authored
Update README.md
Naming the Script Include with ".js" at the end will lead to wrong "API Name" in ServiceNow and therefore the instantiation of the Script Include or better say object will not be possible
1 parent 61beea0 commit 9c0492e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ Duplicated from a existing Script Include.
146146

147147
As you can see in the `files/Script Include/` directory, there are three files which you have to create:
148148

149-
| Script Include | Content |
149+
| Script Include Name | Content |
150150
|------------------------------|--------------------------------------------------------------|
151151
| `_` | Use `files/Script Include/_.script.js` |
152152
| `moment.js` | Use `files/Script Include/moment.js.script.js` |
153-
| `GraphQLExampleUtilities.js` | Use `files/Script Include/GraphQLExampleUtilities.script.js` |
153+
| `GraphQLExampleUtilities` | Use `files/Script Include/GraphQLExampleUtilities.script.js` |
154154

155155
### Enable GraphQL
156156

0 commit comments

Comments
 (0)