From 5474772f009c7fb7ca17c4f4120aab4600801af1 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Fri, 22 Dec 2017 11:28:43 +0100 Subject: [PATCH] feat(ffe-buttons-react): Add contribute.md link to readme --- packages/ffe-buttons-react/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/ffe-buttons-react/README.md b/packages/ffe-buttons-react/README.md index b1a66a512a..558b57862c 100644 --- a/packages/ffe-buttons-react/README.md +++ b/packages/ffe-buttons-react/README.md @@ -6,7 +6,7 @@ $ npm install --save ffe-core ffe-buttons ffe-buttons-react ``` -`ffe-buttons-react` has a peer dependency on `ffe-core` and `ffe-buttons`. +`ffe-buttons-react` has a peer dependency on `ffe-core` and `ffe-buttons`. ## Usage @@ -173,3 +173,8 @@ it, you can change the type to either `button` or `reset`: In the case of specifying `type="button"` it is important that you also specify an `onClick` handler - so that the button triggers some kind of reaction. + +## Utvikling og bidrag + +For informasjon om utvikling og bidrag, vennligst se +[CONTRIBUTE.md](***REMOVED***) \ No newline at end of file