Update readme to reflect current state
This commit is contained in:
parent
98b8e2b3bf
commit
26dd27a435
2 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
@ -6,8 +6,14 @@ In Alpha state, you can use it if you're tough, for more see Current Usability
|
|||
|
||||
Eventually will be on F-Droid
|
||||
|
||||
## Current usability status: Barely usable
|
||||
## Current usability status: kinda usable
|
||||
|
||||
You can navigate GoperDirectories, read plaintext files and go back in navigation stack
|
||||
You can navigate GoperDirectories, read plaintext files and go back in navigation stack.
|
||||
App starts when you click on ``gopher://`` link.
|
||||
|
||||
List of [features and TODOs](/features.org)
|
||||
|
||||
[Link to test gopher page](gopher://treebrary.org/Directory/) because it's hard to find gopher link on the web these days for some
|
||||
reason.
|
||||
[Link to test page with type inference](gopher://treebrary.org/0/Directory/)
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ class ParsedGopherItem {
|
|||
start = i + 1;
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
await subscription.asFuture<void>();
|
||||
sock.close();
|
||||
return LoadedGopherItem(
|
||||
|
|
Loading…
Reference in a new issue