Skip to content

Commit

Permalink
V1.0.4: readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
uintgroup committed Aug 10, 2023
1 parent 612d1fe commit 0afe0b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Selective Pausable
# Pausable-Selective

An expansion on OpenZeppelin's Pausable.sol contract, which adds the ability to pause/unpause a function by
its selector.
Expand All @@ -7,4 +7,4 @@ This contract can work instead of, or along side the OpenZeppelin Pausable.sol c

This contract is in development and should only be used after performing independent testing.

Install with: `npm i @uintgroup/selective-pausable`
Install with: `npm i @uintgroup/selective-pausable` or `forge install uintgroup/pausable-selective`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uintgroup/pausable-selective",
"version": "1.0.2",
"version": "1.0.4",
"description": "An expansion on OpenZeppelin's Pausable.sol. This contract adds the ability to pause each function by its selector.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 0afe0b1

Please sign in to comment.