Skip to content

Commit

Permalink
Fix typos and improve documentation clarity (#4949)
Browse files Browse the repository at this point in the history
* Update readme.md

* Update README.md

* Update src/plugins/progress/readme.md

---------

Co-authored-by: Less <[email protected]>
  • Loading branch information
Dahka2321 and bonustrack authored Dec 17, 2024
1 parent 20f3eaf commit 643dea9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/plugins/progress/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Keep Track of [Snapshot.org](http://Snapshot.org) Proposal Progress

Progress is a small and simple plugin for [Snapshot.org](http://Snapshot.org) that allows Spaces to inform DAO members the progress of a proposal _after_ voting has completed - how a proposal is progressing in being executed. Often, finding this information requires monitoring notificatiosn on Discord, Telegram and Twitter - what if we could just check back right at the source of the proposal on Snapshot? Yes please.
Progress is a small and simple plugin for [Snapshot.org](http://snapshot.org) that allows Spaces to inform DAO members the progress of a proposal _after_ voting has completed - how a proposal is progressing in being executed. Often, finding this information requires monitoring notifications on Discord, Telegram and Twitter - what if we could just check back right at the source of the proposal on Snapshot? Yes please.

## Features

- Creation of New Steps
- Marking of steps as 'Completed'
- Deletion of Steps (Only allowed for steps yet to be 'Completed')
- Web3 Signature Authetication
- Web3 Signature Authentication
- Cool loading spinners

## Who can add, complete, and delete steps?
Expand Down
8 changes: 4 additions & 4 deletions src/plugins/projectGalaxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Created time: July 21, 2022 5:51 PM

The **Galxe Plugin is designed for Snapshot.org. This will incentive communities to participate in the proposal vote by rewarding them with OATs (On-Chain Achievement Tokens). Space Admin can add this plugin into your space. After users vote, they can claim an OAT directly from the Galxe Plugin section on the proposal page.**
The **Galxe Plugin is designed for Snapshot.org. This will incentivize communities to participate in the proposal vote by rewarding them with OATs (On-Chain Achievement Tokens). Space Admin can add this plugin into your space. After users vote, they can claim an OAT directly from the Galxe Plugin section on the proposal page.**

### 1. Preparation

Expand All @@ -25,9 +25,9 @@ _Specific JSON format like this, and you could use more than 1 OAT in your space
```javascript
{
"oats": {
"<proposal ID 1>": "<Space Name>/campain/<Campaign ID>",
"<proposal ID 2>": "<Space Name>/campain/<Campaign ID>",
"<proposal ID 3>": "<Space Name>/campain/<Campaign ID>",
"<proposal ID 1>": "<Space Name>/campaign/<Campaign ID>",
"<proposal ID 2>": "<Space Name>/campaign/<Campaign ID>",
"<proposal ID 3>": "<Space Name>/campaign/<Campaign ID>",
}
}
```
Expand Down

0 comments on commit 643dea9

Please sign in to comment.