From 0f00059d5ed8067e5020c14f277443757e20b6ac Mon Sep 17 00:00:00 2001 From: Max Belsky Date: Sat, 27 Oct 2018 15:51:56 +0300 Subject: [PATCH] Display CDN urls as a sublist --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6545c2522..786ee8859 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ MobX is proudly sponsored by Mendix, Coinbase, Facebook Open Source, Algolia, Gu * Installation: `npm install mobx --save`. React bindings: `npm install mobx-react --save`. To enable ESNext decorators (optional), see below. * CDN: -- https://unpkg.com/mobx/lib/mobx.umd.js -- https://cdnjs.com/libraries/mobx + * https://unpkg.com/mobx/lib/mobx.umd.js + * https://cdnjs.com/libraries/mobx _Tip: Consider using the faster and smaller ES6 build if targetting a modern environment: `lib/mobx.es6.js`. For example by setting up a webpack alias: `resolve: { alias: { mobx: __dirname + "/node_modules/mobx/lib/mobx.es6.js" }}`_