Small cosmetic change in the documentation for mrbgems

This commit is contained in:
Daniel Bovensiepen
2012-11-28 13:47:32 +08:00
parent 75849788a5
commit 5f00a837ed
+1 -1
View File
@@ -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.