From 730646cd8600dacf80e8ca8c53d8fd6350b27bf4 Mon Sep 17 00:00:00 2001 From: florinn Date: Tue, 29 Nov 2016 18:44:23 +0200 Subject: [PATCH] docs(install browser): fix typemoq url --- README.md | 4 ++-- test/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fa19b1..023932e 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ import * as TypeMoq from "typemoq"; TypeMoq requires Lodash to run, so make sure to include it in your page along `typemoq.js`: ```html - - + + ``` Also in your `tsconfig.json` you need to set the module target as `UMD`: diff --git a/test/index.html b/test/index.html index 515602d..700a69a 100644 --- a/test/index.html +++ b/test/index.html @@ -14,7 +14,7 @@ mocha.setup('bdd'); - +