Skip to content

Commit d6ac9d7

Browse files
Doc
1 parent 51fe057 commit d6ac9d7

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
@@ -159,7 +159,7 @@ To achieve that, ACM provides a set of features to help you with the development
159159

160160
2. **Manually executed scripts**
161161
- Navigate to the 'Scripts' page and select the 'Manual' tab.
162-
- Code executed here also runs in the context of the current user (due to impersonation).
162+
- Code executed here also runs in the context of the current user.
163163

164164
3. **Automatically executed scripts**
165165
- Navigate to the 'Scripts' page and select the 'Automatic' tab.
@@ -383,7 +383,7 @@ Just create a YAML files in the `/conf/acm/settings/snippet/available/{project}`
383383
#### Example snippet
384384

385385
Note that snippets could contain placeholders, which are replaced with actual values when the snippet is inserted into the script.
386-
Also, snippet documentation could be a GitHub Flavored Markdown file, which is rendered in the UI. As a consequence you can use HTML tags as well, provide links, images, etc.
386+
Also, snippet documentation could be a [GitHub Flavored Markdown](https://github.github.com/gfm/) file, which is rendered in the UI. As a consequence you can use HTML tags as well, provide links, images, etc.
387387

388388
Let's assume a snippet located at path `/conf/acm/settings/snippet/available/acme/hello.yml` with the following content:
389389

0 commit comments

Comments
 (0)