Skip to content

Commit d9bb221

Browse files
committed
changed to single branch
1 parent 2c3b272 commit d9bb221

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,12 @@ Implementation of a JSON web token following [RFC 7519](https://tools.ietf.org/h
88

99
## Installation
1010

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-
```Smalltalk
23-
Metacello new
24-
baseline:'JSONWebToken';
25-
repository: 'github://noha/JSONWebToken:pharo10-openssl1.1/source';
26-
load
27-
```
28-
2911
For pharo9 and above use
3012

3113
```Smalltalk
3214
Metacello new
3315
baseline:'JSONWebToken';
34-
repository: 'github://noha/JSONWebToken:pharo9-openssl1.1/source';
16+
repository: 'github://noha/JSONWebToken/source';
3517
load
3618
```
3719

0 commit comments

Comments
 (0)