Skip to content
Open
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: 1 addition & 1 deletion guides/extensibility/feature-toggles.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ code .
The following steps will extend the [cap/samples/bookstore](https://github.com/capire/bookstore) app to demonstrate how features can extend data models, services, as well as SAP Fiori UIs. If you want to exercise these steps, get [cap/samples](https://github.com/capire/samples) before, and prepare to extend the *bookstore* app:

```sh
git clone https://github.com/capire/samples samples
git clone --recurse-submodules https://github.com/capire/samples samples
cd samples
npm install
```
Expand Down
Loading