diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-21 20:10:35 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-21 20:10:35 +0800 |
| commit | 668b22899f5067a5eb1d86b9eab9b99f9fae85c0 (patch) | |
| tree | 819d706b9094eb87e83600c95bcaeea6e553658e | |
| parent | 81225a9f0e4cf6d27e303f203833bb726b191465 (diff) | |
| download | mruby-668b22899f5067a5eb1d86b9eab9b99f9fae85c0.tar.gz mruby-668b22899f5067a5eb1d86b9eab9b99f9fae85c0.zip | |
Modify README for examples
| -rw-r--r-- | mrbgems/g/clib_example/README.md | 2 | ||||
| -rw-r--r-- | mrbgems/g/mrblib_example/README.md | 4 |
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. |
