Skip to content

Commit 985fb5a

Browse files
committed
Updated README.
1 parent afacc74 commit 985fb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ MRI 1.9.2, 1.9.3, 2.0, 2.1, JRuby (1.9 mode), and Rubinius 2.x.
7070
This library is pure Ruby and has no gem dependencies.
7171
It should be fully compatible with any Ruby interpreter that is 1.9.x compliant.
7272

73-
### Example
73+
### Examples
7474

7575
Many more code examples can be found in the documentation for each class (linked above).
7676
This one simple example shows some of the power of this gem.
@@ -119,7 +119,7 @@ ticker.extend(Concurrent::Async)
119119
hpq = ticker.async.get_year_end_closing('HPQ', 2013)
120120
ibm = ticker.await.get_year_end_closing('IBM', 2013)
121121
hpq.value #=> 27.98
122-
ibm.value #187.57
122+
ibm.value #=> 187.57
123123
```
124124

125125
## Contributors

0 commit comments

Comments
 (0)