Skip to content

Commit

Permalink
docs: add notice about CDN for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
heenakwag authored Apr 6, 2020
1 parent 69e9858 commit c4f3904
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/v2.0-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## Install

The v2.0 should be installed using the `npm` command. CodeSnippet does not support bower and CDN anymore.
The v2.0 should be installed using the `npm` command.

``` sh
$ npm install --save tui-code-snippet
```

CodeSnippet does not support bower and CDN anymore. However, CDN for v1.x still has been provided. It should be noted that **the latest version of CDN is the last release of v1**, not the latest version.

## Usage

The v2.0 supports importing a single function, so you can import only functions that you need.
Expand Down Expand Up @@ -108,4 +110,4 @@ From v2.0, the below functions are not provided anymore.
* hasEncodableString
* getDuplicatedChar
* timestamp
* Popup
* Popup

0 comments on commit c4f3904

Please sign in to comment.