summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrbgems/g/clib_example/README.md2
-rw-r--r--mrbgems/g/mrblib_example/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/g/clib_example/README.md b/mrbgems/g/clib_example/README.md
index 289f6635d..3803c2065 100644
--- a/mrbgems/g/clib_example/README.md
+++ b/mrbgems/g/clib_example/README.md
@@ -1,4 +1,4 @@
-CLib Extension Example
+C Extension Example
=========
This is an example gem which implements a C extension.
diff --git a/mrbgems/g/mrblib_example/README.md b/mrbgems/g/mrblib_example/README.md
index 42792567f..906a0d8f2 100644
--- a/mrbgems/g/mrblib_example/README.md
+++ b/mrbgems/g/mrblib_example/README.md
@@ -1,4 +1,4 @@
-hello world
+Pure Ruby Extension Example
=========
-This is an example gem which implements just one method +HW.say+ in a C extension.
+This is an example gem which implements a pure Ruby extension.