summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarl X. Su <bcbcarl@gmail.com>2016-03-06 02:33:34 +0800
committerCarl X. Su <bcbcarl@gmail.com>2016-03-06 02:33:34 +0800
commit0b6f748a202658751a3122cf3ec1da10a2efe7ba (patch)
treea49d627359f28c817dae197b3d044564221a8989 /README.md
parentaf5156fa66a9ad348504b47e23e6dbeffe51899c (diff)
parent743a7e044d1fb748947781c09c25a0e9e960933f (diff)
Fix typo and conflict
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 65c0616..6e119ff 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,15 @@
Emacs frontend for weather web service [wttr.in].
-wttrin.el provides the weather information from wttr.in based on your
-query condition.
-
## Usage
-Set variable `wttrin-query`:
+Set a default cities list for completion:
```elisp
-(defvar wttrin-query "Taipei")
+(setq wttrin-default-cities ("Taipei" "Tainan"))
```
-Run `M-x wttrin-exec` to get the information:
+Then run `M-x wttrin` to get the information.
![screenshot]
@@ -22,4 +19,4 @@ Run `M-x wttrin-exec` to get the information:
MIT
[wttr.in]: http://wttr.in/
-[screenshot]: wttrin.png \ No newline at end of file
+[screenshot]: wttrin.png