Skip to content

Commit

Permalink
Merge pull request #96 from MelodyFish/fix/fixMissingPeriod
Browse files Browse the repository at this point in the history
Fix Missing Period at the End of a Sentence
  • Loading branch information
SoYoung210 authored Jan 7, 2025
2 parents a1f693a + d9f1848 commit 2c7063d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# StoryKit

StoryKit is a React toolkit that allows builders to integrate and interact with Story's Proof of Creativity protocol with prebuilt IP management components
StoryKit is a React toolkit that allows builders to integrate and interact with Story's Proof of Creativity protocol with prebuilt IP management components.

## Installation

_StoryKit is currently a GitHub Package so you will need repo access and a personal access token to use_
_StoryKit is currently a GitHub Package so you will need repo access and a personal access token to use._

Also you will need Node.js 20+
Also you will need Node.js 20+.

1 . Create a personal access token: [github.com/settings/tokens](https://github.com/settings/tokens)
1 . Create a personal access token: [github.com/settings/tokens](https://github.com/settings/tokens).

2 . Create an `.npmrc` file in the root of your project and add the following, replacing `NPM_TOKEN` with your access token:

Expand Down

0 comments on commit 2c7063d

Please sign in to comment.