Skip to content

Commit

Permalink
update incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerAtSpirit committed Aug 19, 2013
1 parent aaf857d commit 2541977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> **2013/08/19**: Updated to release version of [Durandal] 2.0.0
JSFiddle et al. are all great when there's a need to fiddle with CSS/JavaScript/HTML snippets or
share code during discussions on stackoverflow or newsgroups. Unfortunately, due to the nature of which encourages you to break down apps into many smaller modules and then use
share code during discussions on stackoverflow or newsgroups. Unfortunately, due to the nature of which encourages you to break down apps into many smaller modules and then use
[composition](http://durandaljs.com/documentation/Using-Composition) to stitch them back together, those apps are no longer at their sweet spot. There's no easy
way to deal with multiple smaller external files in tools like JSFiddle. [dFiddle](https://github.com/dFiddle/dFiddle-2.0) to the rescue!

Expand All @@ -19,7 +19,7 @@ clone it to your local machine
point for your own code.
3. You're in the mood for creating more examples? Great! Simply create sub-folders in a samples sub-category
folders e.g. `samples/viewCompostion` and add it to `sampleGroups` in `index.js`. Check out
https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/App/samples/viewComposition/index.js#L9 for the exact syntax.
https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/app/viewComposition/index.js#L7 for the exact syntax.

### Advanced Usage

Expand All @@ -37,9 +37,9 @@ Once you make your first commit the live version will become available at an URL
Pages.
According to GitHub, it may take up to **ten minutes** for changes to be visible.

+ Share links to the the live version e.g. http://dfiddle.github.io/dFiddle-2.0/#/view-composition/wizard
+ Share links to the the live version e.g. http://dfiddle.github.io/dFiddle-2.0/#master-detail/wizard
+ Share links right down to a specific code line e.g.
https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/App/samples/viewComposition/wizard/index.js#L3
https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/app/masterDetail/wizard/index.js#L3

Totally optional: Whenever you find a solution for a specific issue, send a pull request so that it can be integrated.

Expand Down

0 comments on commit 2541977

Please sign in to comment.