Skip to content

Commit 06054b5

Browse files
committed
Small fix to usage examples page.
1 parent e966108 commit 06054b5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/02-creating-usage-examples.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,14 @@ In a separate pull request, to add to existing examples:
119119
WriteLine("The decimal value in hexadecimal format is: " + hex_value);
120120
```
121121

122-
3. ### Explanation and Screenshot
122+
3. ### Title and Screenshot
123123

124-
Provide a simple explanation and a screenshot of the program's output.
124+
Provide a creative title and a screenshot of the program's output.
125125

126-
**Title:** Decimal to Hex Converter
127-
**Explanation:** This program converts a decimal value to hexadecimal using the `dec_to_hex`
128-
function.
126+
**Title:** Simple Decimal to Hexadecimal Converter
129127

130-
Take a screenshot of the output window and save it.
128+
Take a screenshot of the output window and save it. If the screenshot is of the terminal window,
129+
please crop out any commands used to run the program.
131130

132131
4. ### Adding these files to Splashkit Starlight.io
133132

0 commit comments

Comments
 (0)