Modify README for examples

This commit is contained in:
Daniel Bovensiepen
2012-09-21 20:10:35 +08:00
parent 81225a9f0e
commit 668b22899f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CLib Extension Example
C Extension Example
=========
This is an example gem which implements a C extension.
+2 -2
View File
@@ -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.