Skip to content

Commit c28fa4c

Browse files
author
Graham Armstrong
committed
Updated README.md example code to align with the example Maven dependency.
1 parent 1b6450e commit c28fa4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Edit `src/main/java/com/example/App.java` and replace it with:
3939
import java.io.IOException;
4040
import java.util.Map;
4141

42-
import org.nanohttpd.NanoHTTPD;
43-
// NOTE: If you're using NanoHTTPD < 3.0.0 the namespace is different,
42+
import fi.iki.elonen.NanoHTTPD;
43+
// NOTE: If you're using NanoHTTPD >= 3.0.0 the namespace is different,
4444
// instead of the above import use the following:
45-
// import fi.iki.elonen.NanoHTTPD;
45+
// import org.nanohttpd.NanoHTTPD;
4646

4747
public class App extends NanoHTTPD {
4848

0 commit comments

Comments
 (0)