Skip to content

Commit dfe8dc4

Browse files
committed
2 parents e1b0d8a + fd5797a commit dfe8dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let server = new StaticServer(8080, path, {localOnly : true });
8282

8383
## Credits
8484

85-
* iOS server: (CocoaHTTPServer)[https://github.com/robbiehanson/CocoaHTTPServer]
86-
* Android server: (NanoHttpd Webserver)[https://github.com/NanoHttpd/nanohttpd]
85+
* iOS server: [CocoaHTTPServer](https://github.com/robbiehanson/CocoaHTTPServer)
86+
* Android server: [NanoHttpd Webserver](https://github.com/NanoHttpd/nanohttpd)
8787

88-
Thanks to (CorHttpd)[https://github.com/floatinghotpot/cordova-httpd] and (react-native-httpserver)[https://gitlab.com/base.io/react-native-httpserver#README] for the basis of this library.
88+
Thanks to [CorHttpd](https://github.com/floatinghotpot/cordova-httpd) and [react-native-httpserver](https://gitlab.com/base.io/react-native-httpserver#README) for the basis of this library.

0 commit comments

Comments
 (0)