Skip to content

Commit 3ce346c

Browse files
authored
Merge pull request #463 from tas50/master
Fix typos + improve copy/paste in readme
2 parents 2c18610 + e05f4bf commit 3ce346c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
* Fix memory leak in VpAlloc [GH-294] [GH-290]
8282

83-
Reoprted by **@MaxLap**
83+
Reported by **@MaxLap**
8484

8585
## 3.1.7
8686

@@ -211,7 +211,7 @@
211211

212212
**Kenta Murata**
213213

214-
* FIx the defaullt precision of `Float#to_d`.
214+
* Fix the default precision of `Float#to_d`.
215215
[Bug #13331]
216216

217217
**Kenta Murata**

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BigDecimal
22

3-
![CI](https://github.com/ruby/bigdecimal/workflows/CI/badge.svg?branch=master&event=push)
3+
[![CI](https://github.com/ruby/bigdecimal/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/ruby/bigdecimal/actions/workflows/ci.yml)
44

55
BigDecimal provides an arbitrary-precision decimal floating-point number class.
66

@@ -14,11 +14,15 @@ gem 'bigdecimal'
1414

1515
And then execute:
1616

17-
$ bundle
17+
```bash
18+
bundle
19+
```
1820

1921
Or install it yourself as:
2022

21-
$ gem install bigdecimal
23+
```bash
24+
gem install bigdecimal
25+
```
2226

2327
### For RubyInstaller users
2428

0 commit comments

Comments
 (0)