Typo fix

Franck Verrot
2015-06-23 18:53:40 +02:00
parent 92cd2a8406
commit 4c96d412b1
+4 -4
@@ -95,10 +95,10 @@
* [mruby.net](https://github.com/perlun/mruby.net) mruby binding for .NET (any CLR-compatible language) by [perlun](https://github.com/perlun)
## Embedding mruby into somewhere
* [mysql-mruby](https://github.com/mattn/mysql-mruby) embeded mruby into mysql by [mattn](https://github.com/mattn)
* [sqlite3-mruby](https://github.com/spiritloose/sqlite3ext-mruby) embeded mruby into sqlite3 by [spiritloose](https://github.com/spiritloose)
* [vim/if_mruby](https://groups.google.com/d/topic/vim_dev/HSLOZYvPtbM/discussion) embeded mruby into vim by [mattn](https://github.com/mattn)
* [ab/ab-mruby](https://github.com/matsumoto-r/ab-mruby.git) embeded mruby into ab by [matsumoto_r](https://github.com/matsumoto_r)
* [mysql-mruby](https://github.com/mattn/mysql-mruby) embedded mruby into mysql by [mattn](https://github.com/mattn)
* [sqlite3-mruby](https://github.com/spiritloose/sqlite3ext-mruby) embedded mruby into sqlite3 by [spiritloose](https://github.com/spiritloose)
* [vim/if_mruby](https://groups.google.com/d/topic/vim_dev/HSLOZYvPtbM/discussion) embedded mruby into vim by [mattn](https://github.com/mattn)
* [ab/ab-mruby](https://github.com/matsumoto-r/ab-mruby.git) embedded mruby into ab by [matsumoto_r](https://github.com/matsumoto_r)
## Database Extensions Interface
* [Holycorn](https://github.com/franckverrot/holycorn) embedded mruby into a PostgreSQL Foreign Data Wrapper (SQL/MED ISO/IEC 9075-9:2003) by [franckverrot](https://github.com/franckverrot)