Skip to content

Commit 143abdb

Browse files
committed
docs: updated readme
1 parent d5f90ba commit 143abdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const initialLayers: PageLayer[] = [
106106

107107
const App = () => {
108108
const handleLayersChange = (updatedLayers: PageLayer[]) => {
109-
// Here you can save the updated layers to the database
109+
// Here you can send the updated layers to the backend
110110
console.log(updatedLayers);
111111
};
112112

0 commit comments

Comments
 (0)