Skip to content

Commit

Permalink
Merge pull request #35 from uniquelyparticular/chore/0429019
Browse files Browse the repository at this point in the history
fix: typo in readme, fixes #34
  • Loading branch information
agrohs committed Apr 29, 2019
2 parents 1f70ceb + a54af10 commit 559ade0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _NOTE: make sure that you've installed the dependencies in Step 1._
Ensure that the executable has proper permissions to run from the command line.

```bash
chmod +x ./bin/import-moltin-to-algolia
chmod +x ./bin/moltin-to-algolia
```

Execute the import command to import ALL of your products, brands, categories, collections, orders and customers into Algolia
Expand All @@ -66,13 +66,13 @@ _NOTE: you can also run the import command with any subset of those entities to
Full import (run the following command):

```bash
./bin/import-moltin-to-algolia
./bin/moltin-to-algolia import
```

Partial import (run the following command specifying a comma seperated list w/o spaces of entities to index):

```bash
./bin/import-moltin-to-algolia products,brands
./bin/moltin-to-algolia import products,brands
```

_NOTE: available entities to import: products,brands,categories,collections,orders,customers_
Expand Down

0 comments on commit 559ade0

Please sign in to comment.