From 9e0f1feadbfa89e684caf12074a2ef40115bdf7a Mon Sep 17 00:00:00 2001 From: Brandon Zylstra <9854+brandonzylstra@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:50:31 -0400 Subject: [PATCH] capitalize Ruby in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eee1b9..5f3ee50 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ BinData provides a _declarative_ way to read and write structured binary data. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format. It is an easier (and more readable) alternative to -ruby's `#pack` and `#unpack` methods. +Ruby's `#pack` and `#unpack` methods. BinData makes it easy to create new data types. It supports all the common primitive datatypes that are found in structured binary data formats. Support