From 57ee1699becc13bd5769cd8b42e8446e45b01a41 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 2 Jan 2017 13:52:26 -0500 Subject: [PATCH] Update bibtexbrowser-documentation.wiki --- bibtexbrowser-documentation.wiki | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index 583df0a..331d150 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -518,7 +518,7 @@ php bibtexbrowser-cli.php mybib.bib --id classical --set-title \"a new title\" - Bibtexbrowser can now be downloaded with composer, though not yet with packagist. In your project's `composer.json`, you must add this repo to the `repositories` section. As well, you must specify version `dev-master`, for now: -````JSON +
 {
     "repositories": [
 	{
@@ -530,8 +530,7 @@ In your project's `composer.json`, you must add this repo to the `repositories`
         "monperrus/bibtexbrowser": "dev-master"
     }
 }
-
-````
+
=====Related tools=====