Skip to content

Commit d8c821b

Browse files
committed
Update README.md
1 parent 0fbd475 commit d8c821b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A swift wrapper around libxml for parsing HTML
44

55
Usage
66
=================
7-
1. Add [Swift-HTML-Parser/HTMLParser.swift] and [Swift-HTML-Parser/HTMLNode.swift] to your project
8-
2. In the project settings add [Swift-HTML-Parser/Swift-HTML-Parser-Bridging-Header.h] to the "Objective-C Bridging Header"
7+
1. Add [HTMLParser.swift](Swift-HTML-Parser/HTMLParser.swift), [HTMLNode.swift](Swift-HTML-Parser/HTMLNode.swift), [Swift-HTML-Parser-Bridging-Header.h](Swift-HTML-Parser/Swift-HTML-Parser-Bridging-Header.h) to your project
8+
2. In the project settings add "Swift-HTML-Parser-Bridging-Header.h" to the "Objective-C Bridging Header"
99
3. In the project settings add "/usr/include/libxml2" to the "header search paths" field
1010
4. Add libxml2.dylib to ""Link Binary With Libraries"
1111

0 commit comments

Comments
 (0)