diff --git a/README.md b/README.md index 18ac16dd3..b88c0229f 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,16 @@ $> npm install protobufjs-cli [--save --save-prefix=~] Development: ``` - + ``` Production: ``` - + ``` -**Remember** to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/tags) your project depends upon. +**Remember** to replace the version tag with the exact [release](https://github.com/protobufjs/protobuf.js/tags) your project depends upon. The library supports CommonJS and AMD loaders and also exports globally as `protobuf`. @@ -94,9 +94,11 @@ Where bundle size is a factor, there are additional stripped-down versions of th var protobuf = require("protobufjs/minimal"); ``` -[dist-full]: https://github.com/dcodeIO/protobuf.js/tree/master/dist -[dist-light]: https://github.com/dcodeIO/protobuf.js/tree/master/dist/light -[dist-minimal]: https://github.com/dcodeIO/protobuf.js/tree/master/dist/minimal +| Distribution | Location +|------------|----------------------------------- +| Full | +| Light | +| Minimal | Usage -----