diff --git a/README.md b/README.md index 29176cb..8f9b1bb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Import Bytes -Champions: [@styfle](https://github.com/styfle) +A modest proposal for importing bytes in JavaScript. -Author(s): [@styfle](https://github.com/styfle), Guy Bedford +## Status -Status: Stage 2. - -Please leave any feedback in the [issues](https://github.com/styfle/proposal-import-bytes/issues), thanks! +- Champions: [@styfle](https://github.com/styfle) +- Authors: [@styfle](https://github.com/styfle), [@guybedford](https://github.com/guybedford) +- Status: [Stage 2.7](https://tc39.es/process-document/) ## 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 in a common way across JavaScript environments. +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. Developers will then be able to import the bytes as follows: diff --git a/spec.emu b/spec.emu index b9fa2aa..0cff73e 100644 --- a/spec.emu +++ b/spec.emu @@ -5,7 +5,7 @@
 title: Proposal Import Bytes
-stage: 2
+stage: 2.7
 contributors: Steven, Guy Bedford