docs: standardize Markdown headings

This commit is contained in:
John Bampton
2022-11-13 16:32:38 +10:00
parent 5412f525fa
commit 4903aa2be9
4 changed files with 4 additions and 8 deletions
@@ -1,4 +1,3 @@
C and Ruby Extension Example
=========
# C and Ruby Extension Example
This is an example gem which implements a C and Ruby extension.
@@ -1,4 +1,3 @@
C Extension Example
=========
# C Extension Example
This is an example gem which implements a C extension.
@@ -1,4 +1,3 @@
Pure Ruby Extension Example
=========
# Pure Ruby Extension Example
This is an example gem which implements a pure Ruby extension.
+1 -2
View File
@@ -1,5 +1,4 @@
Running Tests
=============
# Running Tests
To run the tests, execute the following from the project's root directory.