Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Aug 14, 2023
1 parent 4e77cb0 commit 3d71c83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export function handleDelegated(event: Delegated): void {
}
```

You will find the helper modules in the `/modules` directory.
You will find the helper modules in the `/lib` directory.


## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/graph-lib",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"license": "MIT",
"author": "Distributed Lab",
"readme": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/graph-lib",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"license": "MIT",
"author": "Distributed Lab",
"readme": "README.md",
Expand Down

0 comments on commit 3d71c83

Please sign in to comment.