From 4c96d412b1fd6f97ac5bde1d5326e36ceb972376 Mon Sep 17 00:00:00 2001 From: Franck Verrot Date: Tue, 23 Jun 2015 18:53:40 +0200 Subject: [PATCH] Typo fix --- Related-Projects.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Related-Projects.md b/Related-Projects.md index 3b09b1b..8060639 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -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)