Skip to content

Commit dd589c0

Browse files
committed
Fix documentation.
1 parent 70e3eb2 commit dd589c0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

LispKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,10 @@
671671
CC90B2331FE55DFE0044F724 /* stack.sld */,
672672
CC90B2351FE5D7940044F724 /* queue.sld */,
673673
CC72862C1F52B2F600EEBC58 /* heap.sld */,
674+
CCEEF3921FB3CB03006C4581 /* wt-tree.sld */,
674675
CC750BD91F5B772200CD82A2 /* prettify.sld */,
675-
CC10404C1F5378660045144A /* pdf.sld */,
676676
CC3A02591F97F3E1009B959C /* json.sld */,
677-
CCEEF3921FB3CB03006C4581 /* wt-tree.sld */,
677+
CC10404C1F5378660045144A /* pdf.sld */,
678678
);
679679
path = lispkit;
680680
sourceTree = "<group>";

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Platform: macOS](https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat)](https://developer.apple.com/osx/)
55
[![Language: Swift 4.0](https://img.shields.io/badge/Language-Swift%204.0-green.svg?style=flat)](https://developer.apple.com/swift/)
6-
[![IDE: Xcode 9.1](https://img.shields.io/badge/IDE-Xcode%209.1-orange.svg?style=flat)](https://developer.apple.com/xcode/)
6+
[![IDE: Xcode 9.2](https://img.shields.io/badge/IDE-Xcode%209.2-orange.svg?style=flat)](https://developer.apple.com/xcode/)
77
[![Carthage: compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88
[![License: Apache](http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](https://raw.githubusercontent.com/objecthub/swift-lispkit/master/LICENSE)
99

@@ -49,8 +49,9 @@ _LispKit_ provides support for the following core features, many of which are ba
4949
`(scheme eval)`, `(scheme file)`, `(scheme inexact)`, `(scheme lazy)`, `(scheme load)`,
5050
`(scheme process-context)`, `(scheme read)`, `(scheme repl)`, `(scheme time)`, `(scheme write)`,
5151
`(scheme r5rs)`
52-
- LispKit-specific libraries: `(lispkit datatype)`, `(lispkit object)`, `(lispkit iteration)`,
53-
`(lispkit set)`, `(lispkit heap)`, `(lispkit wt-tree)`, `(lispkit prettify)`, `(lispkit json)`,
52+
- LispKit-specific libraries: `(lispkit datatype)`, `(lispkit object)`, `(lispkit enum)`,
53+
`(lispkit iteration)`, `(lispkit set)`, `(lispkit stack)`, `(lispkit queue)`, `(lispkit heap)`,
54+
`(lispkit wt-tree)`, `(lispkit prettify)`, `(lispkit json)`,
5455
and `(lispkit pdf)`
5556

5657
_LispKit_ is incompatible or incomplete with respect to the following R7RS features:
@@ -167,7 +168,7 @@ Linking ./.build/x86_64-apple-macosx10.10/release/LispKitRepl
167168
The read-eval-print loop can be built using the Swift Package Manager. Nevertheless, it is
168169
recommended to use Xcode 9 in combination with Carthage:
169170

170-
- Xcode 9.1
171+
- [Xcode 9.2](https://developer.apple.com/xcode/)
171172
- [Carthage](https://github.com/Carthage/Carthage)
172-
- Swift 4.0
173+
- [Swift 4.0](https://developer.apple.com/swift/)
173174
- [NumberKit](http://github.com/objecthub/swift-numberkit)

0 commit comments

Comments
 (0)