Skip to content

Commit cead057

Browse files
committed
added getting started guide link to README
1 parent ef7a39d commit cead057

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ dynamic Web-App.
2929

3030
Documentation can be found [here](https://docs.matestack.io)
3131

32+
## Getting started
33+
34+
A getting started guide can be found [here](https://docs.matestack.io/docs/start/150-getting_started)
35+
3236
## Changelog
3337

3438
Changelog can be found [here](./CHANGELOG.md)
@@ -342,7 +346,7 @@ class Components::Card < Matestack::Ui::Component
342346
heading size: 5, text: title if title.present?
343347
end
344348
end
345-
349+
346350
def body_slot
347351
slot do
348352
paragraph class: "card-text", text: body

0 commit comments

Comments
 (0)