We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3b272 commit d9bb221Copy full SHA for d9bb221
README.md
@@ -8,30 +8,12 @@ Implementation of a JSON web token following [RFC 7519](https://tools.ietf.org/h
8
9
## Installation
10
11
-For pharo11 and above use
12
-
13
-```Smalltalk
14
-Metacello new
15
- baseline:'JSONWebToken';
16
- repository: 'github://noha/JSONWebToken:master/source';
17
- load
18
-```
19
20
-For pharo10 and above use
21
22
23
24
25
- repository: 'github://noha/JSONWebToken:pharo10-openssl1.1/source';
26
27
28
29
For pharo9 and above use
30
31
```Smalltalk
32
Metacello new
33
baseline:'JSONWebToken';
34
- repository: 'github://noha/JSONWebToken:pharo9-openssl1.1/source';
+ repository: 'github://noha/JSONWebToken/source';
35
load
36
```
37
0 commit comments