aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-04 22:50:04 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-04 22:50:04 -0400
commite6feddc952ecb232ac0304ffa698ae707ac39cdb (patch)
treead3a57e93abed22682d34a8b820a2cdcaddbaf8e /README.md
parent65abfec720806e641c64471104d592aaafed26f7 (diff)
Renamed doc/ to docs/ and removed bombay dependency.
Added some documentation infrastructure for eventual migration to a new build service. Use a simple Lua script for generating documentation offline.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ab1acd9b..1cbb8ef1 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,13 @@ modules that provide extra features and functionality to the core application.
## Installation and Usage
-Textadept comes with a comprehensive user manual in its *doc/* directory. This
+Textadept comes with a comprehensive user manual in its *docs/* directory. This
manual is also available [online][1]. It covers all of Textadept's main
features, including installation, usage, configuration, theming, scripting, and
compilation.
Since nearly every aspect of Textadept can be scripted using Lua, the editor's
-API is heavily documented. This documentation is also located in *doc/* and
+API is heavily documented. This documentation is also located in *docs/* and
available [online][2]. It serves as the ultimate resource when it comes to
scripting the application.