Skip to content

Commit

Permalink
chore: update readme and copy with updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimantaBhuyan committed Jun 30, 2024
1 parent b568f8c commit 6df6e0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

All notable changes to the "commit2tweet" extension will be documented in this file.
All notable changes to the "commit2share" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

- Initial release
- Initial release
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run locally with Ollama!

## Get it in the VSCode Extension Marketplace

Search for "Commit2Tweet" in the VSCode Extension Marketplace
Search for "Commit2Share" or "Commit2Tweet" in the VSCode Extension Marketplace

Or go here: https://marketplace.visualstudio.com/items?itemName=ShimantaKrishnaBhuyan.commit2tweet

Expand All @@ -31,7 +31,7 @@ Or go here: https://marketplace.visualstudio.com/items?itemName=ShimantaKrishnaB

## How to Use

The Commit2Tweet extension allows you to easily share your latest commit changes on Twitter or LinkedIn directly from VS Code. Here's how to use it:
The Commit2Share extension allows you to easily share your latest commit changes on Twitter or LinkedIn directly from VS Code. Here's how to use it:

### Sharing to Twitter

Expand Down Expand Up @@ -70,11 +70,3 @@ To access these settings, go to File > Preferences > Settings and search for "co
## Known Issues

Currently, there are no known issues with this extension.

## Release Notes

### 1.0.0

Initial release of commit2tweet.

---
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const https = require("https");
* @param {vscode.ExtensionContext} context
*/
function activate(context) {
console.log('Congratulations, your extension "commit2tweet" is now active!');
console.log('Congratulations, your extension "commit2share" is now active!');

let twitterShareDisposable = vscode.commands.registerCommand(
"commit2tweet.tweetCommitDiff",
Expand Down

0 comments on commit 6df6e0c

Please sign in to comment.