Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update repository documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 3, 2019
1 parent 4804737 commit 542a346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ When releasing a new version of Roact, do these things:
3. Update `docs/api-reference.md` to flag any unreleased APIs with the new version
4. Commit with a message like `Release v2.3.7`
5. Tag the commit: `git tag v2.3.7`
6. Push: `git push`
6. Push commits: `git push`
7. Push the new release tag: `git push origin v2.3.7`
8. Write a release on GitHub, copying release notes from `CHANGELOG.md`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Rename the folder to `Roact`
* Use a plugin like [Rojo](https://github.com/LPGhatguy/rojo) to sync the files into a place

## Usage
## [Documentation](https://roblox.github.io/roact)
For a detailed guide and examples, check out [the official Roact documentation](https://roblox.github.io/roact).

```lua
Expand Down

0 comments on commit 542a346

Please sign in to comment.