From 0c75dbbb4fec6797484d63d400246f2356f08fe0 Mon Sep 17 00:00:00 2001 From: CAMPION Sebastien <sebastien.campion@inria.fr> Date: Tue, 10 Jul 2018 16:43:31 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 675bf0d..ade25f1 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo ## Usage -###Create a app : +### Create a app : ``` app = allgo.App('ndsafir', token="ead123baaef55412") ``` NB: token in optional, if you already provide your token with an env variable ALLGO_TOKEN or create a file ~/.allgo_token (without breakline) -###Submit a job : +### Submit a job : ``` files = {'files[0]': open('tmp.png', 'rb')} -- GitLab