Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Make sure to import the `ConstructorAutocomplete` module at the top of your sour
// Create the client config
let config = ConstructorIOConfig(
apiKey: "YOUR API KEY",
baseURL: "ac.cnstrc.com", // default
resultCount: AutocompleteResultCount(numResultsForSection: ["Search Suggestions" : 3, "Products" : 0])
)

Expand Down Expand Up @@ -106,7 +105,6 @@ let testCell = CIOABTestCell

let config = ConstructorIOConfig(
apiKey: "YOUR API KEY",
baseURL: "ac.cnstrc.com", // default
testCells: [CIOABTestCell(key: "constructorio_test", value: "control_1")]
)

Expand Down