summaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-03-17 15:17:28 -0700
committerGitHub <noreply@github.com>2024-03-17 15:17:28 -0700
commit667e209bc714761eb2f48b65f0153574bd0b65f2 (patch)
tree62629fe386ffd42b1a099cd8cb0023f0b303f137 /docs/README.md
parentdb60d1910e60b6955496d86daee26467b6a363f1 (diff)
Remove out of date documentation on compilation API. (#3785)
* Remove out of date documentation on compilation API. * Update toc.
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 76d89fa66..b53060a26 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -7,9 +7,8 @@ Some of the documentation is intended for users of the language and compiler, wh
Getting Started
---------------
-The Slang [User's Guide](https://shader-slang.github.io/slang/user-guide/) provides an introduction to the Slang language and its major features.
+The Slang [User's Guide](https://shader-slang.github.io/slang/user-guide/) provides an introduction to the Slang language and its major features, as well as the compilation and reflection API.
-The [API user's guide](api-users-guide.md) gives information on how to drive Slang programmatically from an application.
There is also documentation specific to using the [`slangc`](command-line-slangc.md) command-line tool.
Advanced Users