Skip to content

Commit 1e90e34

Browse files
committed
Tweak text more.
1 parent 1a6ef21 commit 1e90e34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/about/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ blocks:
2525
folder go. Compile to any platform, <i>from</i> any platform. Red
2626
doesn't depend on anything but your OS; the same goes for what you build.
2727
28-
Red is also flexible. Compile the runtime to be used externally and shared,
29-
or called into from other languages. Need C speed? Write your app in
28+
Make standalone EXEs, or compile the runtime to be used externally and
29+
called into from other languages. Need C speed? Write your app in
3030
Red/System (EXEs as small as 7K), or inline Red/System code just for
3131
performance critical sections.
3232
image: "/images/lean-nimble.jpg"
@@ -35,8 +35,8 @@ blocks:
3535
- template: "media-feature"
3636
heading: "Red Knows You're Human"
3737
content: |-
38-
It uses human-friendly syntax, like 31-Jan-2018 / 16:00+8:00 for date/time,
39-
which is 1517385600 for those of you wearing an epoch seconds watch. What?
38+
As one example, you write dates like this: `31-Jan-2018/16:00+8:00`, which
39+
is `1517385600` for those of you wearing an epoch seconds watch. What?
4040
Nobody? That's what we thought. As programmers, we are so used to the pain
4141
most languages inflict on us, that we can't even see there could be a
4242
better way.

0 commit comments

Comments
 (0)