浏览代码

Merge pull request #2349 from giggsey/patch-1

Fix code formatting introduced by PR #2333
Jordi Boggiano 11 年之前
父节点
当前提交
4603e43712
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/articles/handling-private-packages-with-satis.md

+ 2 - 2
doc/articles/handling-private-packages-with-satis.md

@@ -178,9 +178,9 @@ It is possible to make satis automatically resolve and add all dependencies for
 with the Downloads functionality to have a complete local mirror of packages. Just add the following
 to your `satis.json`:
 
-```json
+```
 {
-    "require-dependencies": true,
+    "require-dependencies": true
 }
 ```