Skip to content

Commit a793754

Browse files
authored
Rename constructorio-nextjs-example to constructorio-example-nextjs (#11)
1 parent b7340aa commit a793754

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Constructor.io Next.js Example
22

3-
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Constructor-io/constructorio-nextjs-example/blob/master/LICENSE)
3+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Constructor-io/constructorio-example-nextjs/blob/master/LICENSE)
44

55
A Next.js example for integrating with [Constructor.io](http://constructor.io/). [Constructor.io](http://constructor.io/) provides search as a service that optimizes results using artificial intelligence (including natural language processing, re-ranking to optimize for conversions, and user personalization).
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "constructorio-nextjs-example",
2+
"name": "constructorio-example-nextjs",
33
"version": "1.0.2",
44
"description": "A collection of Next.js sandbox examples for integrating with Constructor",
55
"author": "constructor.io",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/Constructor-io/constructorio-nextjs-example.git"
9+
"url": "git+https://github.com/Constructor-io/constructorio-example-nextjs.git"
1010
},
1111
"scripts": {
1212
"dev": "next dev",

0 commit comments

Comments
 (0)