summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-06 12:56:50 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-06 12:56:51 +0900
commit8c8758942a8f2016420da939e154106a625d82bb (patch)
tree801ac10a7ce9fb71e6b07dcb615cac4a54df9282 /README.md
parent31a72d23462ecde54d2af6a06e1c360f41f54c16 (diff)
downloadpsych-8c8758942a8f2016420da939e154106a625d82bb.tar.gz
fix style
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e014d3..3e18f78 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ If you want a newer gem release of Psych, you can use rubygems:
Psych supported the static build with specific version of libyaml sources. You can build psych with libyaml-0.2.5 like this.
- ```gem install psych -- --with-libyaml-source-dir=/path/to/libyaml-0.2.5
+ gem install psych -- --with-libyaml-source-dir=/path/to/libyaml-0.2.5
In order to use the gem release in your app, and not the stdlib version,
you'll need the following: