Skip to content

Commit bdae66f

Browse files
committed
Some reflow and rewriting
1 parent 107da69 commit bdae66f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,12 @@ This will serve the documentation in port 3000.
135135

136136
## nginx configuration
137137

138-
Latest version of the generated documentation consists only of static HTML pages
139-
. All pages are generated with `.html` at the end; however, most internal links
140-
don't use that suffix. Most places (for instance, GitHub pages) will add it
141-
automatically for you. A bare server will not. This is what you have to add to
142-
the configuration to make it work:
138+
Latest version of the generated documentation consists only of static
139+
HTML pages. All pages are generated with `.html` at the end; however,
140+
most internal links don't use that suffix. Most web servers (for
141+
instance, the one that serves with GitHub pages) will add it
142+
automatically for you. A bare server will not. This is what you have
143+
to add to the configuration to make it work:
143144

144145
```
145146
location / {
@@ -149,16 +150,16 @@ the configuration to make it work:
149150
```
150151

151152
This will rewrite the URLs for you. Equivalent configuration might have to be
152-
made in other servers.
153+
made in other server applications.
153154

154155

155156

156157
---------
157158

158159
## Help Wanted!
159160

160-
Raku is not a small language, and documenting it takes a lot of effort.
161-
Any help is appreciated.
161+
Raku is not a small language, and documenting it and maintaining that
162+
documentation takes a lot of effort. Any help is appreciated.
162163

163164
Here are some ways to help us:
164165

0 commit comments

Comments
 (0)