We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6450e commit c28fa4cCopy full SHA for c28fa4c
README.md
@@ -39,10 +39,10 @@ Edit `src/main/java/com/example/App.java` and replace it with:
39
import java.io.IOException;
40
import java.util.Map;
41
42
- import org.nanohttpd.NanoHTTPD;
43
- // NOTE: If you're using NanoHTTPD < 3.0.0 the namespace is different,
+ import fi.iki.elonen.NanoHTTPD;
+ // NOTE: If you're using NanoHTTPD >= 3.0.0 the namespace is different,
44
// instead of the above import use the following:
45
- // import fi.iki.elonen.NanoHTTPD;
+ // import org.nanohttpd.NanoHTTPD;
46
47
public class App extends NanoHTTPD {
48
0 commit comments