We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2186ae8 commit ad83d72Copy full SHA for ad83d72
README.md
@@ -101,8 +101,8 @@ $ npm install --save interval-arithmetic
101
```
102
103
```js
104
-import IOps, { Interval } from 'interval-arithmetic'
105
-IOps.add(Interval(1), Interval(2))
+import Interval from 'interval-arithmetic'
+Interval.add(Interval(1), Interval(2))
106
107
108
## API
@@ -130,7 +130,7 @@ npm run deploy
130
131
132
133
-2015-2020 © Mauricio Poppe
+2015-2022 © Mauricio Poppe
134
135
[npm-image]: https://img.shields.io/npm/v/interval-arithmetic.svg?style=flat
136
[npm-url]: https://npmjs.org/package/interval-arithmetic
0 commit comments