From 74343da02f506444f278a6284a77ae85cbc45bb7 Mon Sep 17 00:00:00 2001 From: Kacper Madej Date: Fri, 6 Jul 2018 13:00:24 +0200 Subject: [PATCH] Update README style. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51acd95..8e83240 100644 --- a/README.md +++ b/README.md @@ -313,8 +313,8 @@ require('./relative-path-to-the-wrapper-file/wrapper-file-name')(Highcharts); Where `relative-path-to-the-wrapper-file` should be relative (for the module importing the wrapper) path to the wrapper file and `wrapper-file-name` should be the name of the wrapper file. The file should be placed in a directory that is not checked by typeScript. See example in this repository: -- config in 'tsconfig.json' -- map file in 'js' directory +- configuration in `tsconfig.json` +- a map file in `js` directory ### To use [`setOptions`](https://www.highcharts.com/docs/getting-started/how-to-set-options#2) @@ -344,7 +344,7 @@ export class AppComponent { ## Demo app -Download (or clone) the contents of this github repository. +Download (or clone) the contents of the **[highcharts-angular](https://github.com/highcharts/highcharts-angular)** GitHub repository. In system console, in main repo folder run: