Skip to content

Commit 075f4ff

Browse files
authored
Consistent capitalization of language name (#7)
Capitalization helps distinguish the language name from the common noun "slang". The home page always capitalizes the S, fix the few remaining instances without in the `Getting Started` page.
1 parent 3bceaac commit 075f4ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Try Slang
44

5-
Try slang locally in your browser without downloading or installing anything with [Slang-Playground](/slang-playground).
5+
Try Slang locally in your browser without downloading or installing anything with [Slang-Playground](/slang-playground).
66

77
## Download Prebuilt Release
88

@@ -24,8 +24,8 @@ Instructions for building Slang from source code are maintained as part of the s
2424

2525
## Your First Slang Shader
2626

27-
Follow [this tutorial](/docs/first-slang-shader) on how to write your first slang shader and compile it for execution with the Vulkan API.
27+
Follow [this tutorial](/docs/first-slang-shader) on how to write your first Slang shader and compile it for execution with the Vulkan API.
2828

2929
## The User-Guide
3030

31-
Check out the [Slang User's Guide](https://shader-slang.com/slang/user-guide/index.html) to learn more about the language features, and [Slang Standard Library Reference](https://shader-slang.com/stdlib-reference) for detailed documentation on Slang's builtin types and functions available for use in your shader code.
31+
Check out the [Slang User's Guide](https://shader-slang.com/slang/user-guide/index.html) to learn more about the language features, and [Slang Standard Library Reference](https://shader-slang.com/stdlib-reference) for detailed documentation on Slang's builtin types and functions available for use in your shader code.

0 commit comments

Comments
 (0)