This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 6635354 Update README.md
6635354 is described below
commit 6635354f56e9b69f5979d5ce3a3e5709a3abe8fe
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri May 24 15:39:40 2019 -0300
Update README.md
Corrected a typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21ab80e..a492b7f 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Use HTML comments at the top of the document for any
explanatory notes for the d
## File names and titles
- File names do not have to be the same as the titles that display at the top
of the file.
-- For file names, use all lower-case, join words with - and not _ or
```%20``` statements, and add the markdown specification. The file name should
be "another=important-thing.md", not "Another%20Important%20Thing.md",
"AnotherImportantThing.md", or "Another_important_thing.md". This is important
for SEO, human readability, and readability by assistive devices.
+- For file names, use all lower-case, join words with - and not _ or
```%20``` statements, and add the markdown specification. The file name should
be "another-important-thing.md", not "Another%20Important%20Thing.md",
"AnotherImportantThing.md", or "Another_important_thing.md". This is important
for SEO, human readability, and readability by assistive devices.
- File titles should be in sentence case: "Another important Royale thing",
not "Another Important Royale Thing". The point here is that the more capitals
involved, the harder it is to read the statement.
## Documentation conventions