From 2bc09d80741ab276eb9085a447057bfdf7e42991 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 25 Dec 2017 16:34:32 +0100 Subject: [PATCH] README: ruby code fences [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcb5b7..2e9ff69 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Or install it yourself as: ## Usage -``` +```ruby require 'dbm' db = DBM.open('rfcs', 0666, DBM::WRCREAT) db['822'] = 'Standard for the Format of ARPA Internet Text Messages'