diff --git a/package.json b/package.json index b75b485..ae01341 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "keppler", "version": "1.2.1", - "description": "", + "description": "Real time code sharing for your lectures and presentations", + "keywords": ["keppler", "teach", "learn", "code", "presentation", "live-coding", "share"], "bin": { "keppler": "bin/index.js" }, diff --git a/readme.md b/readme.md index 601d216..472d97b 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,6 @@ ## What is keppler -Keppler lets you share your code during a presentation. - Start keppler inside your project folder, share the URL with your audience and start coding. Any time you save a file, viewers will receive those changes. They can browse through the files, go back in history, copy the code, download the project, preview images, chat with other viewers, ask the presenter to slow down, etc.