Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
docs: refresh README.md and update verify_docs script
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Jul 7, 2021
1 parent 5c0b29e commit 88dd920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ public class QuickStartTest {
// Create a DCM model using the database connection and the above constraint
final Model model = Model.build(conn, List.of(constraint));

// Sync the model with the current data in the database
model.updateData();

// Solve and return the tasks table. The controllable__worker_id column will either be [1, 5] or [5, 1]
final List<Integer> column = model.solve("TASKS")
.map(e -> e.get("CONTROLLABLE__WORKER_ID", Integer.class));
Expand Down
3 changes: 3 additions & 0 deletions verify_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

set -e

npx embedme README.md --verify
npx embedme docs/tutorial.md --verify
npx embedme docs/reference.md --verify

0 comments on commit 88dd920

Please sign in to comment.