Skip to content

Commit b93ab2e

Browse files
author
jschumacher
authored
Formatting improvements
1 parent c242dd1 commit b93ab2e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Introduction
44

5-
### What is Sajari?
5+
#### What is Sajari?
66
Sajari is a next-generation search engine that combines the best parts of a NoSQL database with the speed of a search index.
77

8-
### What is the Sajari React SDK?
8+
#### What is the Sajari React SDK?
99

1010
The Sajari React SDK is a library of React Hooks & Components to help build fast and powerful search interfaces.
1111

12-
### Who is this guide for?
12+
#### Who is this guide for?
1313

1414
If you want to develop a new application or learn how to create a custom search experience for your existing application or website, this guide is for you.
1515

@@ -19,14 +19,14 @@ If you want to develop a new application or learn how to create a custom search
1919

2020
Each guide lives on it's own Git branch, checkout a the branch to follow a specific guide.
2121

22-
### Getting started with the Sajari React SDK
22+
#### Getting started with the Sajari React SDK
2323

2424
Branch: https://github.com/sajari/sdk-react-guide/tree/getting-started
2525

2626
This guide will teach you how to set up a new application from scratch with [Create React App](https://github.com/facebook/create-react-app) and the [Sajari React SDK](https://github.com/sajari/sdk-react).
2727

2828

29-
### Custom Results
29+
#### Custom Results
3030

3131
Branch: https://github.com/sajari/sdk-react-guide/tree/custom-results
3232

@@ -36,20 +36,20 @@ _More guides coming soon ..._
3636

3737
## Running the app
3838

39-
### `yarn start`
39+
`yarn start`
4040

4141
Runs the app in the development mode.\
4242
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
4343

4444
The page will reload if you make edits.\
4545
You will also see any lint errors in the console.
4646

47-
### `yarn test`
47+
`yarn test`
4848

4949
Launches the test runner in the interactive watch mode.\
5050
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
5151

52-
### `yarn build`
52+
`yarn build`
5353

5454
Builds the app for production to the `build` folder.\
5555
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -59,7 +59,7 @@ Your app is ready to be deployed!
5959

6060
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
6161

62-
### `yarn eject`
62+
`yarn eject`
6363

6464
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
6565

0 commit comments

Comments
 (0)