summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-21 20:10:35 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-21 20:10:35 +0800
commit668b22899f5067a5eb1d86b9eab9b99f9fae85c0 (patch)
tree819d706b9094eb87e83600c95bcaeea6e553658e
parent81225a9f0e4cf6d27e303f203833bb726b191465 (diff)
downloadmruby-668b22899f5067a5eb1d86b9eab9b99f9fae85c0.tar.gz
mruby-668b22899f5067a5eb1d86b9eab9b99f9fae85c0.zip
Modify README for examples
-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.