Parcourir la source

update documentation

pull/342/head
Guillaume Vincent il y a 8 ans
Parent
révision
af643a6d91
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +5
    -5
      readme.md

+ 5
- 5
readme.md Voir le fichier

@@ -2,7 +2,9 @@

# LessPass Core

core library for LessPass password manager in node.js used to generate unique password
core library for LessPass password manager in javascript used to generate unique password.

It works with the browser and NodeJs

## Requirements

@@ -88,9 +90,7 @@ exemple :
};


return:

* promise with generated password
return a promise with generated password :


lesspass.generatePassword(login, masterPassword, site, options)
@@ -102,7 +102,7 @@ return:
});


see **tests/api.tests.js** for more examples
see [tests/api.tests.js](tests/api.tests.js) for more examples


## Tests


Chargement…
Annuler
Enregistrer