Skip to content

Commit 4746e6f

Browse files
authored
docs: Fix incorrect compatibility table (#2208)
1 parent 1c085ff commit 4746e6f

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
@@ -42,10 +42,10 @@ A library that gives you access to the powerful Parse Server backend from your J
4242

4343
Parse JS SDK is compatible with the following versions of Parse Server.
4444

45-
| Parse JS SDK | Parse Server |
46-
|------------------|--------------|
47-
| >= 4.0.0 < 5.0.0 | <= 6.0.0 |
48-
| >= 5.0.0 | >= 7.0.0 |
45+
| Parse JS SDK | Parse Server |
46+
|------------------|------------------|
47+
| >= 4.0.0 < 5.0.0 | >= 6.0.0 < 7.0.0 |
48+
| >= 5.0.0 | >= 7.0.0 |
4949

5050
### Node.js
5151

0 commit comments

Comments
 (0)