Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit adbc868

Browse files
committed
readme changes
1 parent 834afdd commit adbc868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# solid-auth-cli
2-
a node/command-line Solid client with persistent login
2+
**a node/command-line Solid client with persistent login**
33

44
This library provides the same API and abilities as solid-auth-client
55
but works in a browserless nodejs context.
66

7-
# login()
8-
# login( path-to-credentials-json-file )
9-
# login({ idp:"https://idp.example.com", username:"you", password:"hmm" })
7+
## login()
8+
## login( path-to-credentials-json-file )
9+
## login({ idp:"https://idp.example.com", username:"you", password:"hmm" })
1010

1111
The login method needs an Identity Provider, username, and password. Those may be passed in as an object or read from a specified JSON file. If called with no arguments, login() will look for a credentials file in ~/.solid-credentials.json.
1212

0 commit comments

Comments
 (0)