Browse Source

Fix code formatting introduced by PR #2333

Joshua Gigg 11 years ago
parent
commit
c4818e5cb4
1 changed files with 2 additions and 2 deletions
  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
 }
 ```