Skip to content

Commit

Permalink
Merge branch 'master' into feature/fontWeightSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishutchinson committed Dec 13, 2016
2 parents d32d9b8 + 54dc58b commit 469309c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Additionally, a base class allows you to create your own renderers. See more in

CardKit 2 requires a configuration object in order to render an image. Each renderer (CardKitDOM and CardKitServer) uses this configuration and converts it into an output. Below are simple implementations for CardKit depending on your use case.

In addition to these, you may also want to try the [CardKit Yeoman Generator](https://www.github.com/times/generator-cardkit), which can help you scaffold an entire project in just a few moments. It brings with it the latest version of CardKit, a recommended directory structure, and a build process that helps you get your CardKit project deployed.
In addition to these, you may also want to try the [CardKit Yeoman Generator](https://www.github.com/times/generator-cardkit), which can help you scaffold an entire project in just a few moments. It brings with it the latest version of CardKit, a recommended directory structure, and a build process that helps you get your CardKit project deployed. There is also a [JSFiddle](https://jsfiddle.net/chrishutchinson/16tLs2ta/) that you can fork and edit for quick in-browser testing without touching the command line.

#### Yeoman generator

Expand Down Expand Up @@ -71,8 +71,8 @@ In addition to these, you may also want to try the [CardKit Yeoman Generator](ht
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.min.js"></script>

<!-- Load in the CardKit and CardKitDOM Libraries -->
<script type="text/javascript" src="url/to/cardkit.js"></script>
<script type="text/javascript" src="url/to/cardkit-dom.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/times/cardkit/v2.0.4/dist/cardkit.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/times/cardkit/v2.0.4/dist/dom.js"></script>

<!-- Your container element to render into -->
<div id="card"></div>
Expand Down

0 comments on commit 469309c

Please sign in to comment.