From ef89a790983a91e85fd4ec51858541261e8588e6 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Sun, 18 May 2014 00:22:33 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b294bf7..c611a9f 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,10 @@ Usage (twister-post-buffer) ;; Posts the current buffer (with length check) to twister (twister-post-region) ;; Posts the current region (with length check) to twister + + +Screenshot +---------- +![Example screenshot of twister.el][screenshot] + +[screenshot] : [http://media.mrblog.nl/m/media_entries/212/20140518_0010.png] "Example screenshot" From 8a1c60e29191efb146d7e4ab0a57a0063badebc3 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Sun, 18 May 2014 00:23:00 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c611a9f..3174a74 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Usage Screenshot ---------- + ![Example screenshot of twister.el][screenshot] [screenshot] : [http://media.mrblog.nl/m/media_entries/212/20140518_0010.png] "Example screenshot" From 4b241b12f194b577fc9233f0369fbe0ce773d0a5 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Sun, 18 May 2014 00:25:49 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3174a74..a3c500b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Usage (twister-post-buffer) ;; Posts the current buffer (with length check) to twister (twister-post-region) ;; Posts the current region (with length check) to twister - +``` Screenshot ----------