diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-11-28 13:47:32 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-11-28 13:47:32 +0800 |
| commit | 5f00a837edd0f55ed56d4d532d06ee45d9850f3c (patch) | |
| tree | f35cf2245072cc0f7874a207ae1653c90834dc5a /doc | |
| parent | 75849788a5cdf9e6545326ab1c90f9d39d0edf9e (diff) | |
| download | mruby-5f00a837edd0f55ed56d4d532d06ee45d9850f3c.tar.gz mruby-5f00a837edd0f55ed56d4d532d06ee45d9850f3c.zip | |
Small cosmetic change in the documentation for mrbgems
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index c11e8a05f..98ff44720 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -37,7 +37,7 @@ The maximal GEM structure looks like this: The folder *mrblib* contains pure Ruby files to extend mruby. The folder *src* contains C files to extend mruby. The folder *test* contains pure Ruby files -for testing purposes which will be used by mrbtest. The *Makefile* contains +for testing purposes which will be used by *mrbtest*. The *Makefile* contains rules to build a *gem.a* file inside of the GEM directory. Which will be used for integration into the normal mruby build process. *README.md* is a short description of your GEM. |
