Skip to content

Commit 594646a

Browse files
committed
Rewrote the README a bit.
1 parent 0be51de commit 594646a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In addition to the above environment variables the following can be optionally u
7272
This may prevent configuration errors being cause by the unexpected production
7373
of the hidden bitcode files.
7474

75-
Example building bitcode module with clang
75+
Building a bitcode module with clang
7676
===============================
7777

7878
export LLVM_COMPILER=clang
@@ -85,7 +85,7 @@ Example building bitcode module with clang
8585
# Produces pkg-config.bc
8686
extract-bc pkg-config
8787

88-
Example building bitcode module with dragonegg
88+
Building a bitcode module with dragonegg
8989
===============================
9090

9191
export LLVM_COMPILER=dragonegg
@@ -101,7 +101,7 @@ Example building bitcode module with dragonegg
101101
extract-bc pkg-config
102102

103103

104-
Example building bitcode archive
104+
Building bitcode archive
105105
================================
106106

107107
export LLVM_COMPILER=clang

0 commit comments

Comments
 (0)