Browse Source

grammar error

pull/84/head
Chris 8 years ago
parent
commit
e82bfdcadf
  1. 3
      bibtexbrowser-documentation.wiki

3
bibtexbrowser-documentation.wiki

@ -554,7 +554,8 @@ In your project's `composer.json`, just add this <pre>"monperrus/bibtexbrowser":
</pre>
With composer, a test server can be started with this command:
<pre>composer serve</pre>, which runs this script:
<pre>composer serve</pre>
Which runs this script:
<pre>php -S localhost:29896 bibtexbrowser.php</pre>
Now, to display a particular bibtex file in your browser, the URI should be of this form:

Loading…
Cancel
Save