Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang authored Jul 8, 2016
1 parent 99f168c commit 74ace7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mocha就会自动帮我们生成一个简单的测试原型, 目录结构如下

```html
<div id="mocha"></div>
<script src='https://raw.githubusercontent.com/chaijs/chai/master/chai.js'></script>
<script src='https://cdn.rawgit.com/chaijs/chai/master/chai.js'></script>
<script>
var fibonacci = function (n) {
if (n === 0) {
Expand Down

0 comments on commit 74ace7d

Please sign in to comment.