Skip to content

Commit 3973377

Browse files
committed
Updated docs
Added helpful info to Sponsors section
1 parent 1c2cf37 commit 3973377

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ You should check out Playground Project located in the `/playground` folder. It
3232
[CONTRIBUTION.md](/CONTRIBUTION.md)
3333

3434
### Sponsor
35+
> If you like what we're doing here, you can help us by funding the work on specific issues that you choose by using IssueHunt.io!
36+
> This gives you the power to prioritize our work and support project contributors. Moreover it'll guarantee the project will be updated and maintained in the long run.
37+
3538
[![issuehunt-image](https://github.com/BoostIO/issuehunt-materials/blob/master/[email protected]?raw=true)](https://issuehunt.io/repos/76996763)
3639

3740
---

Diff for: docs/markdown/2_redux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type State = {
2727
};
2828
```
2929

30-
Readonly modifier allow initialization, but will not allow rassignment by highlighting compiler errors
30+
Readonly modifier allow initialization, but will not allow reassignment by highlighting compiler errors
3131
```ts
3232
export const initialState: State = {
3333
counter: 0,

Diff for: docs/markdown/_intro.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ You should check out Playground Project located in the `/playground` folder. It
3030
3131
### Contribution Guide
3232
[CONTRIBUTION.md](/CONTRIBUTION.md)
33+
34+
### Sponsor
35+
> If you like what we're doing here, you can help us by funding the work on specific issues that you choose by using IssueHunt.io!
36+
> This gives you the power to prioritize our work and support the project contributors. Moreover it'll guarantee the project will be updated and maintained in the long run.
37+
38+
[![issuehunt-image](https://github.com/BoostIO/issuehunt-materials/blob/master/[email protected]?raw=true)](https://issuehunt.io/repos/76996763)

0 commit comments

Comments
 (0)