Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 14a5be6

Browse files
committed
Fix some caps.
1 parent 9fb7c22 commit 14a5be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN curl -L https://downloads.mysql.com/archives/get/p/19/file/mysql-connector-c
2525
make && \
2626
make install
2727

28-
RUN echo '== Install MySQL2 Gem =='
28+
RUN echo '== Install Mysql2 Gem =='
2929
RUN rm -rf /usr/local/mysql/lib/libmysqlclient.so* && \
3030
gem install mysql2 \
3131
-v $MYSQL_VERSION \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MySQL2 Lambda Gem
1+
# Mysql2 Lambda Gem
22

33
<a href="https://github.com/customink/lamby"><img src="https://user-images.githubusercontent.com/2381/59363668-89edeb80-8d03-11e9-9985-2ce14361b7e3.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="300" /></a>Very simple [Mysql2](https://github.com/brianmario/mysql2) gem precompiled for Amazon Linux 1 & 2 (Ruby 2.5 & 2.7) with statically linked `libmysqlclient` ready for any AWS Lambda usage, including Rails.
44

0 commit comments

Comments
 (0)