Skip to content

Commit a8177f8

Browse files
authored
Update README.md
1 parent c4f9b9f commit a8177f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ About the install of scopes using the library, this library requires manually in
5656
| getTemplateScriptFiles | Fetches a list of template files (script_id of the template is defined in the script properties, default template id is set to the library's id). |
5757
| assignTemplate | Initializes the class and sets the ID of the template script as the data source. |
5858

59-
\* - makes changes the script file
59+
\* - makes changes to the script file
6060

6161
<a name="methods_class"></a>
6262

@@ -72,13 +72,13 @@ About the install of scopes using the library, this library requires manually in
7272
| setCustomSource | Sets the content of the source in a file within the script. |
7373
| addFileToUserJson | Adds a file to the user's script. |
7474
| **General** |
75-
| **commit**\* | Applies the pending changes made to the script. |
75+
| **commit** * | Applies the pending changes made to the script. |
7676
| drop | Discards the local changes made to the script, without reverting a commit. |
7777
| viewChanges | Displays a list of changes that will be applied to the script upon committing. |
7878
| getChanges | Retrieves a list of changes that will be applied to the script upon committing. |
7979
| getTemplateId | Retrieves the current ID of the script's template. |
8080

81-
\* - makes changes the script file
81+
\* - makes changes to the script file
8282

8383
# Usage
8484

0 commit comments

Comments
 (0)