Skip to content

Commit 70516a0

Browse files
committed
updated docs
1 parent 738206c commit 70516a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/documentation/getting-started/custom-routes.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<p>Below is an example of using your own http service:</p>
4141
@component('components.code')
42-
import 'http' from 'some-http-service';
42+
import http from 'some-http-service';
4343

4444
const customRoutes = [
4545
{

resources/views/pages/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
@include('components.logo')
1515
</div>
1616
</div>
17-
<h1 class="home__hero__title">An ORM-like Interface For Your Frontend Requests</h1>
18-
<h2 class="home__hero__subtitle">Create simple, resusable, and cleaner wrappers and interfaces for your API requests.</h2>
17+
<h1 class="home__hero__title">An ORM-like Interface and a Router For Your API Requests</h1>
18+
<h2 class="home__hero__subtitle">Create simple, resusable, and cleaner wrappers, define custom routes, and more for your API requests.</h2>
1919

2020
<a href="{{ route('docs') }}" class="rapid-btn">Get Started</a>
2121

0 commit comments

Comments
 (0)