You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Introduction
4
4
5
-
### What is Sajari?
5
+
####What is Sajari?
6
6
Sajari is a next-generation search engine that combines the best parts of a NoSQL database with the speed of a search index.
7
7
8
-
### What is the Sajari React SDK?
8
+
####What is the Sajari React SDK?
9
9
10
10
The Sajari React SDK is a library of React Hooks & Components to help build fast and powerful search interfaces.
11
11
12
-
### Who is this guide for?
12
+
####Who is this guide for?
13
13
14
14
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.
15
15
@@ -19,14 +19,14 @@ If you want to develop a new application or learn how to create a custom search
19
19
20
20
Each guide lives on it's own Git branch, checkout a the branch to follow a specific guide.
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).
0 commit comments