diff --git a/README.md b/README.md index 0e00aad6..c0ab5ff0 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ ft = feast.FeatureTable( ) # Register objects in Feast -client.apply(entity, ft) +client.apply([entity, ft], client.project) # Start spark streaming ingestion job that reads from kafka and writes to the online store feast_spark.Client(client).start_stream_to_online_ingestion(ft) -``` \ No newline at end of file +```