Merge pull request #5853 from jbampton/standardize-markdown-headings

docs: standardize Markdown headings
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-11-13 17:21:59 +09:00
committed by GitHub
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.