diff --git a/README.md b/README.md index 8f9b1bb..9d4974f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A modest proposal for importing bytes in JavaScript. ## Synopsis -This proposal is buit on top of [import attributes](https://github.com/tc39/proposal-import-attributes) and [immutable arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to add the ability to import arbitrary bytes with a common syntax across JavaScript environments. +This proposal is built on top of [import attributes](https://github.com/tc39/proposal-import-attributes) and [immutable arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to add the ability to import arbitrary bytes with a common syntax across JavaScript environments. Developers will then be able to import the bytes as follows: diff --git a/spec.emu b/spec.emu index 0cff73e..407b266 100644 --- a/spec.emu +++ b/spec.emu @@ -12,7 +12,7 @@ contributors: Steven, Guy Bedford

Proposal Import Bytes

See the explainer for information.

-

This proposal is buit on top of the JSON Modules and Immutable Array Buffer proposals.

+

This proposal is built on top of the JSON Modules and Immutable Array Buffer proposals.