diff --git a/README.md b/README.md index ac3b1ae..9f28408 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ import { parse, stringify } from 'vue-chemistry/json' import { isFalsy } from 'vue-chemistry/boolean' import { log } from 'vue-chemistry/console' import { set } from 'vue-chemistry' +// or +import * as Math from 'vue-chemistry/math' +Math.sin(a) ``` Or to have everything in one place: @@ -114,6 +117,7 @@ Or to have everything in one place: import { sqrt, parseInt, parse, log } from 'vue-chemistry/all' ``` + ## Examples ```js